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

This device is typically used to make the data connection to the ISP.

What will be an ideal response?

Computer Science & Information Technology

Which VPN protocol uses UDP port 1701 and does not provide confidentiality and authentication?

A. IPsec B. L2TP C. PPTP D. SSL

Computer Science & Information Technology

Parents can use this type of program to block access to selected websites.

A. BitTorrent B. Filter C. Spider D. FTP

Computer Science & Information Technology

Using forged source addresses is known as _________.

A. source address spoofing B. a three-way address C. random dropping D. directed broadcast

Computer Science & Information Technology