Q. What is an enum in C?

  • (A) Integer constant
  • (B) Preprocessor directive
  • (C) Structure type
  • (D) Pointer type
πŸ’¬ Discuss
βœ… Correct Answer: (A) Integer constant
Explanation: An enum is a user-defined type consisting of named integer constants.
Explanation by: Mr. Dubey
An enum is a user-defined type consisting of named integer constants.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
66
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate