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

Write a nested for statement that inputs the values for the elements of t from the user.

Consider a two-by-three integer array t.

Computer Science & Information Technology

Which of the following is the term for a computer that has virtualization technology installed that allows it to run multiple operating systems?

A. hypervisor B. guest C. host D. server

Computer Science & Information Technology