Chapter 4 Quiz Starting Out With C++ 035

What is typically used as a flag in C++

a. a float
b. an integer
c. a bool
d. a register
e. b and c
ab. answer c is typical but answer b is also used by some
ae. none of the above.  C++ does not have access to the AX or BX flags of the CPU

No comments:

Post a Comment