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...

Where can you not use calculated fields?

A) In a report B) In a form C) In a module D) In a table

Computer Science & Information Technology

It is not possible to save annotations added during a presentation

Indicate whether the statement is true or false

Computer Science & Information Technology