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.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The expression 5 / 2 evaluates to<br>A)
Q8: Which of the following definitions will allow
Q9: Which of the following is/are valid C++
Q11: The _ is used to display information
Q12: Which of the following definitions will allow
Q14: A _ is used to mark the
Q15: The following is a legal C++ statement
Q16: What value will be assigned to the
Q17: A variable of the char data type
Q18: #include <iostream> is an example of a(n)<br>A)