Discussion :: Structures, Unions, Enums
-
Which of the following statement is True?
A.
User has to explicitly define the numeric value of enumerations
|
B.
User has a control over the size of enumeration variables.
|
C.
Enumeration can have an effect local to the block, if desired
|
D.
Enumerations have a global effect throughout the file.
|
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment