Top

Discussion

What is the correct syntax of enum?

  • A.enum flag{constant1, constant2, constant3, ....... };
  • B.enum flag(constant1, constant2, constant3, ....... );
  • C.enum flag[constant1, constant2, constant3, ....... ];
  • D.enumflag{constant1, constant2, constant3, ....... };

Answer: A

No answer description available for this question

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

Post your comment