Multiple Choice
Which of the following is/are valid C++ identifiers?
A) June.2010
B) June-2010
C) June_2010
D) 2010June
E) Both C and D are valid identifiers, but A and B are not.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: The numeric data types in C++ are
Q17: What value will be assigned to the
Q18: The is used to display information on
Q19: What literal(s)appear in the following C++ statement?
Q19: The following two statements both assign the
Q22: The following two statements could be used
Q22: The expression 7 / 2 evaluates to<br>A)7.2<br>B)14<br>C)1<br>D)3.5<br>E)3
Q23: The following two C++ statements perform the
Q24: #include <iostream> is an example of a(n)<br>A)comment.<br>B)compiler
Q25: An escape sequence must start with a