Multiple Choice
Which of the following is an example of a C++ primitive data type?
A) unsigned short int
B) long double
C) unsigned char
D) All of these
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: In C++11, you can use a new
Q9: The name of a structure is referred
Q10: It is possible for a structure to
Q11: Before a structure can be used it
Q12: A declaration for an enumerated type begins
Q14: Given the following structure decaration, Employee is
Q15: A function cannot modify the members of
Q16: After the following statement executes, what value
Q17: When a programmer creates an abstract data
Q18: When a structure is passed _ to