✏️ Explanatory Question

What is enum in C?

👁 1,003 Views
📘 Detailed Answer
💡

Answer with Explanation

  • Enumeration is a data type that consists of named integer constants as a list.
  • It start with 0 (zero) by default and value is incremented by 1 for the sequential identifiers in the list.