Consider the following statements: 
struct supplierType 
{  string name;  int supplierID;
};struct applianceType 
{  supplierType supplier;  string modelNo;  double cost;
}; 
applianceType applianceList[25];Which of the following best describes applianceList?

A. It is a multidimensional array.
B. It is a struct.
C. It is an array of structs.
D. It is a struct of arrays.


Answer: C

Computer Science & Information Technology

You might also like to view...

The ____ determines which color model is being used to display and print the image on which you are working.

A. mode sheet B. model list C. color mode D. color swatch

Computer Science & Information Technology

If the printout in Excel extends to more than one page, you should add a(n) ________ to the header or footer

Fill in the blank(s) with correct word

Computer Science & Information Technology

A network within an organization that uses Internet technologies is called a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The process of repeatedly increasing a value by some amount is known as ____.

A. checking B. adding C. accumulating D. containing

Computer Science & Information Technology