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

Referring to the figure above, which callout points to the item that can be used to open your browser and locate the page you would like to put a link to in your presentation?

A. A B. B C. C D. E

Computer Science & Information Technology

When you no longer need to use an RSS feed, you should ____________________ it so that you do not have unwanted messages in your account.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Sharing __________ using segmentation can simplify memory management compared to paging.

a) an object b) reentrant code c) a dynamic array d) all of the above

Computer Science & Information Technology

Class SoundPool’s ________ method gives the resources associated with a SoundPool back to the system.

a. reset b. release c. reinitialize d. restore

Computer Science & Information Technology