Multiple Choice
Enumerated lists are identified by the reserved word ____ followed by an optional, user-selected name and a required list of one or more constants.
A) list
B) typedef
C) enumerate
D) enum
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q39: Explicit values can be assigned to each
Q40: The definition REAL val; is _.<br>A)not valid
Q41: The _ statement provides an unconditional transfer
Q42: #define SQUARE(x) x * x<br>Val = SQUARE(num1
Q43: The conditional preprocessor directive _ means "if
Q45: The conditional preprocessor directive _ means "if
Q46: Using even one _ statement in a
Q47: For positive signed numbers, where the leftmost
Q48: typedef can be used to create _.<br>A)structures<br>B)variables<br>C)aliases<br>D)macros
Q49: In the equivalence statement #define SQUARE(x) x