Consider the following statements:struct supplierType 
{  string name;  int supplierID;
};struct paintType 
{  supplierType supplier;  string color;  string paintID;
}; 
paintType paint;What is the data type of paint.supplier?

A. string
B. paintType
C. supplierType
D. struct

Answer: C

Computer Science & Information Technology

You might also like to view...

PATA drives are set up using _______

Fill in the blank(s) with correct word

Computer Science & Information Technology

The BackgroundImage property of the Form object cannot use an imported image as the background image; the image must be drawn from the Visual Studio library.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology