Which of the following is a correct identifier in C++?
A. 7var_name
B. 7VARNAME
C. VAR_1234
D. $var_name
Answer: Option C
A. 7var_name
B. 7VARNAME
C. VAR_1234
D. $var_name
Answer: Option C
What does the 'cin' object in C++ represent?
A. File output stream
B. File input stream
C. Standard output stream
D. Standard input stream
Join The Discussion