Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following definitions are scoped enumerations? Choose all appropriate definitions.
enum struct MyEnum : char { /* some enumeration constants */ };
enum MyEnum { /* some enumeration constants */ };
enum MyEnum : char { /* some enumeration constants */ };
enum struct MyEnum { /* some enumeration constants */ };
enum class MyEnum { /* some enumeration constants */ };
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!