Question: Consider the following statements: struct supplierType { string name; int supplierID; } ; struct applianceType { supplierType supplier; string modelNo; oat cost; } ; applianceType
Consider the following statements:
struct supplierType
string name;
int supplierID;
;
struct applianceType
supplierType supplier;
string modelNo;
oat cost;
;
applianceType applianceList;
Which of the following best describes
applianceList?
a It is a struct.
b It is an array of structs.
c It is a struct of arrays.
d It is a multidimensional array.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
