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...
A(n) ________ can help block unwanted, unsolicited e-mail
Fill in the blank(s) with correct word
Computer Science & Information Technology
The pv of a PMT function refers to the present value of a loan
Indicate whether the statement is true or false
Computer Science & Information Technology
The Sarbanes-Oxley Act provides a myriad of financial reporting requirements and guidelines for public companies.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The Relationships button is located in the Relationships group on the ____ tab.
A. Home B. Create C. External Data D. Database Tools
Computer Science & Information Technology