MCQ Practice Single Best Answer Topic: Module 4: Base Enumerations

Q I have a Enum named Criteria. Can I create an array of Criteria enums like below?

    //An array of Criteria enums 
    Criteria crit[100];

Question ID
#12030
Subchapter
Module 4: Base Enumerations
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

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

Share this MCQ with your friends or study group.