Which of the following types are not built into the C++ language:

a) bool
b) real
c) short
d) int
e) long
f) double


Item b) real is incorrect. There is no “real” type in C++. C++ does provide
items a)-and c) through f) and more.

Computer Science & Information Technology

You might also like to view...

A client changing the values of private data members is:

a. Only possible by calling private member functions. b. Possible using public functions and references. c. Never possible. d. Only possible if the private variables are not declared inside the class.

Computer Science & Information Technology

Microsoft's Exchange Server works with Microsoft Outlook and provides all of the following EXCEPT ________

A) Microsoft Excel B) a calendar C) contact management D) a task list

Computer Science & Information Technology

Which of the following is NOT a service level for the cloud??  ?

A. ?Platform as a service B. ?Infrastructure as a service C. ?Virtualization as a service D. ?Software as a service

Computer Science & Information Technology

An unnamed bit field with a zero width is used to __________.

a) purge a bit from a bit field b) initialize a bit field to 0. c) concatenate two bit fields. d) align the next bit field on a new storage unit boundary.

Computer Science & Information Technology