Which datatype is NOT usually used or associated with flags?

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


D

Computer Science & Information Technology

You might also like to view...

Why is the maximum value of any color channel 255?

What will be an ideal response?

Computer Science & Information Technology

Why is the Random class useful for simulating games of chance?

What will be an ideal response?

Computer Science & Information Technology

The ____ component displays a list from which the user can make a selection.

A. ProgressBar B. ComboBox C. ComboBar D. ProgressBox

Computer Science & Information Technology

To get the number of items in an array, you would use the following operation: ____.

A. anArray.size() B. anArray.length() C. anArray.size D. anArray.length

Computer Science & Information Technology