1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
borishaifa [10]
3 years ago
5

7. Write a program in C to display the string "ARRAY" in the following format : A AR ARR ARRA ARRAY

Computers and Technology
1 answer:
Art [367]3 years ago
6 0
This program will the string array in the given format.

int main(void){
char arr[6];
int counter;
strcpy(arr[], "ARRAY");

for(counter=0; counter<6; counter++){
printf("%c", arr[counter]);
}

return 0;
)

Note: Do not forget to include all the necessary library that is needed to run this program.

You might be interested in
The inflationary gap occurs when you obtain no increase in output, but only an increase in the Average Price Level from an incre
Dafna11 [192]
<span>B. Second phase of the Keynesian LRAS Curve.</span>
5 0
3 years ago
STATE THE MODULES THAT ARE INCLUDED WHEN LEARNING CALCULUS.
Rzqust [24]

Answer:

Calculus is a branch of mathematics focused on limits, functions, derivatives, integrals, and infinite series. ... Calculus has widespread applications in science, economics, and engineering and can solve many problems for which algebra alone is insufficient.

7 0
2 years ago
Write a python program to calculate the average of two numbers​
Elan Coil [88]

Answer:

n1 = int(input("Please enter a number<:"))

n2= int(input("Please enter a number<:"))

sum = n1 + n2

print("The average of the two numbers is", sum / 2)

8 0
3 years ago
Task manager is showing an application as “not responding.” what can you do?
34kurt
I think it's b because "end application" would make the most sence
8 0
3 years ago
Which term describes a set of concepts and practices that provide detailed descriptions and comprehensive checklists, tasks, and
devlian [24]

Answer: Information Technology Infrastructure Library (ITIL)

Explanation:Information Technology Infrastructure Library (ITIL) is the system that contains the practice and information of the various IT services .It is created for the IT businesses that face the risk, cost-degradation and other hazards.

This library provides the services like risk management, improving IT environment and ethics, making stable customer relationship etc.These practices help the information technology organization to change and grow.

3 0
3 years ago
Other questions:
  • The contents of an array of type ______ can be displayed with the cout operator (without specifying an element). - 1 point(s)
    14·1 answer
  • What is the name given to a collection of related fields such as ID number,name and address?
    12·1 answer
  • Claire is trying to listen to her history professor's lecture, but her mind keeps wandering to thoughts about her plans for the
    5·1 answer
  • A new laptop was delivered to your home and left on the porch while you were at work. It is very cold outside, and you don't kno
    10·1 answer
  • Which browser should you choose if you want all viewing information except thumbnail previews of websites?
    15·2 answers
  • Before measuring resistance of a component, be sure:
    8·1 answer
  • 1. Distinguish between
    7·1 answer
  • The computer that can be used for performing the daily life tasks that might include emailing, browsing, media sharing, entertai
    11·1 answer
  • Create a program which reads in CSV data of Creatures and loads them into aHash Map. The key of this hash map will be the name o
    10·1 answer
  • Part B How could installing new technology, such as scrubber machines, affect the factories required to install them? Name a pos
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!