Single Choice
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
Base Enumerations in D365 F&O X++
623 views
Question Info
#12030Q ID
EasyDifficulty
Base Enumerations in D365 F&O X++Topic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
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