Which of the following is not true about bool values and how they're output with the output stream?

a. The old style of representing true/false values used -1 to indicate false and 1 to indicate true.
b. A bool value outputs as 0 or 1 by default.
c. Stream manipulator boolalpha sets the output stream to display bool values as the strings "true" and "false".
d. Both boolalpha and noboolalpha are “sticky” settings.


a. The old style of representing true/false values used -1 to indicate false and 1 to indicate true.

Computer Science & Information Technology

You might also like to view...

A Java interface is an example of:

a. encapsulation b. abstraction c. polymorphism d. all of the above

Computer Science & Information Technology

____ is a remote administration server that allows system administrators to control a computer from a remote location.?

A. ?Back Orifice B. ?Pretty Park C. ?AIDS D. ?PC-Write

Computer Science & Information Technology

The feature of modern switches called ________ duplicates the information going into a port to the SPAN port

Fill in the blank(s) with correct word

Computer Science & Information Technology

Where is the smart paging file located on a Windows Server by default?

A. C:\Program Files\Microsoft\Windows\Hyper-V B. C:\ProgramData\Microsoft\Windows\Hyper-V C. C:\paging D. C:\Hyper-V

Computer Science & Information Technology