Which datatype is NOT usually used or associated with flags?

A. int
B. bool
C. char
D. double


D. double

Computer Science & Information Technology

You might also like to view...

Which of the following does not have STL containers types?

A. Associative containers B. Generic Functions C. Sequence containers D. Container adapters

Computer Science & Information Technology

An object’s attributes are initialized, in an OOP language, through the use of a(n) __________.

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is the catalog file?

What will be an ideal response?

Computer Science & Information Technology

Queue nodes are removed only from the __________ of the queue, and are inserted only at the __________ of the queue.

a. tail, tail. b. tail, head. c. head, tail. d. head, head.

Computer Science & Information Technology