Top

Discussion

Enumeration (or enum) is a ______ data type in C?

  • A.user defined
  • B.built-in
  • C.libary
  • D.None Of the above

Answer: A

Enumeration (or enum) is a user defined data type in C. It is mainly used to assign names to integral constants, the names make a program easy to read and maintain.

No comment is present. Be the first to comment.
Loading…

Post your comment