True/False
The following is a valid C++ enumeration type:enum places {1ST, 2ND, 3RD, 4TH};.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: The following statement creates an anonymous type:enum
Q19: Which of the following statements is used
Q20: The data type string has a named
Q21: No arithmetic operations are allowed on the
Q22: The string expression strVar._ starts at index
Q24: The scope of a namespace member is
Q25: What is the output of the following
Q26: The string expression strVar._ inserts all the
Q27: The length of the string "Hello There."
Q28: The identifiers in the system-provided header files