MCQ
Single Best Answer
Easy
QI have a Enum named Criteria. Can I create an array of Criteria enums like below?
//An array of Criteria enums
Criteria crit[100];
ID: #12030
Module 4: Base Enumerations
614 views
Question Info
#12030Q ID
EasyDifficulty
Module 4: Base EnumerationsTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option A
Explanation
You must create an enum type in the AOT before you can declare it.
|
Enum declaration |
= |
enumname Variable { , Variable } ; |
|
Variable |
= |
identifier [ option ] |
|
Option |
= |
[ [ Length ] [, Memory ] ] | initialization |
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic