True/False
When you use a strongly typed enumerator in C++11 you must prefix the enumerator with the name of the enum followed by the :
:
operator.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: If a is a structure variable and
Q34: Which of the following describes only the
Q35: The structure pointer operator is used to
Q36: To dereference a structure pointer, the appropriate
Q37: A structure pointer contains<br>A) the address of
Q39: A function _ return a structure.<br>A) may<br>B)
Q40: You cannot directly assign an enumerator to
Q41: Structure variables may be passed as arguments
Q42: The expression s->m; indicates that s is
Q43: Which of the following will allow you