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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Yes
  • B No
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

Read More: Base enums in D365 F&O

Share This Question

Challenge a friend or share with your study group.