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...
Modify Exercise 31.4 by adding time markers that change the color of the text every loop.
What will be an ideal response?
Computer Science & Information Technology
Which of the following are advantages of digital modulation over analog moduation?
A. makes better use of the available spectrum B. performs better when interference is present C. more power is required to transmit D. frequency and phase changes occur continuously
Computer Science & Information Technology
You can change the form of the When a key is typed event to make a method run continuously as long as the triggering key is held down.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The internal data bus is inside the processor
Indicate whether the statement is true or false
Computer Science & Information Technology