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
Phantasy [73]
4 years ago
14

Define an array of the length 6 with the elements of WORD type. Initialize the first and the last of them with the same value of

your choice; leave the remaining four uninitialized.
Computers and Technology
1 answer:
Llana [10]4 years ago
6 0

Answer:

string words[6];

words[0]="humming";

words[1]=words[0];

Explanation:

The above statement declares an array of size 6 which can store elements of type string or word. Then I have initialized the first and second elements with the word humming and the rest of the places in the arrays are uninitialized.

You have to include the header file string so that this array could work otherwise it will not.

You might be interested in
Steps for Saving and opening a document.​
Leviafan [203]

Answer:

Click FILE > Save, pick or browse to a folder, type a name for your document in the File name box, and click Save. Save your work as you go - hit Ctrl+S often.

#SolutionGiven

3 0
3 years ago
What software can only be modified by the company that owns it?
podryga [215]

Answer:

Proprietary

Explanation:

Free and Open source is available for anyone to do modifications.

7 0
3 years ago
Write a program that reads a list of integers, and outputs those integers in reverse. The input begins with an integer indicatin
lyudmila [28]

Answer:

Following is the program in C language :

#include <stdio.h> // header file

#define n 5 //  macro

int main() main function

{

   int a[n],k1; // variable and array declaration

   printf("Enter the element:\n");

   for(k1=0;k1<n;++k1) //iterating the loop

   {

       scanf("%d",&a[k1]);//Read the values by user

   }

   printf("Output in Reverse Order:\n");

   for(k1=n-1;k1>=0;--k1)//iterating the loop

   {

   printf(" %d ",a[k1]); //Display the values

   }

   return 0;

}

Output:

Enter the element:

4

3

45

67

89

Output in Reverse Order: 89 67 45 3 4

Explanation:

Following is the description of the program

  • Define a macro "n" with value 5 after the header file.
  • Declared an array "a" and defined the size of that array by macro i.e "n".
  • Read the value by the user by using scanf statement in the array "a"
  • Finally In the last for loop display the values of array "a" by space.

7 0
3 years ago
ΩФω⊆⊆⊂∅∵,âàÖ⇒⇒≅≅≅∴║║⊥㏑㏒㏒㏑㏑÷∞ΠεεΣΣΣυρππωωβΞΞΑΑ¥¥£¢¢®€™™™‰‰‰
geniusboy [140]

Answer:

9

Explanation:

bc I cant understand what your sayinnggggggg

4 0
3 years ago
A server, also called a(n) _______________, operating system is a multiuser operating system because it controls a central compu
DanielleElmas [232]

Answer: Network

Explanation:

The server is one of the type of computer program that basically provides the various types of functionality for the specific services.

  • It is one of the multiuser operating system as it controlling the central computer that support various types of users on the specific devices.
  • Single server can easily provide the database server, application server and the file server.

Therefore, Network is the correct answer.

 

8 0
3 years ago
Other questions:
  • What type of attack is targeted against a smaller group of specific individuals, such as the major executives working for a manu
    9·1 answer
  • T<br> F<br> 5.<br> You can save presentations in PDF and XPS formats.
    14·1 answer
  • If you look at a white object through a glass of any color, it must appear to remain white.
    9·1 answer
  • Write a program that, for four points A, B, C and P, which a) Draws a triangle formed by ABC and a small cross showing the posit
    15·1 answer
  • What web page has html file that exists on web server?
    10·1 answer
  • Need help . business and technology
    11·1 answer
  • Computer-generated random numbers are normally distributed. true or false
    11·1 answer
  • Media applications that play audio or video files are part of a class of workkloads called "streaming" workloads (i.e., they bri
    9·1 answer
  • In this problem, you will fill in the code for a function count_digits(val) that takes a positive integer, val, and returns a li
    12·1 answer
  • Computer programming 5
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!