Answer the following statements true (T) or false (F)
1. Enumerated type variables can not be read or written directly.
2. The ordinal value of the first value listed in the declaration of an enumerated type is
1.
3. An enumeration type variable can be a loop-control variable for a counter-controlled loop.
4. Given the declaration
enum logical {false, true};
the expression true < false is false.
5. The declaration
const long int large = 8476399;
is valid.
1. True
2. False
3. True
4. True
5. True
You might also like to view...
When you use the assignment operator with variables of a class type, you are assigning a:
a. value b. primitive type c. local variable d. reference
In the figure above, the result on the right was produced by applying which pathfinder?
What will be an ideal response?