Home »
MCQs »
C++ MCQs
Which of the following statement is correct about identifiers in C++?
9. Which of the following statement is correct about identifiers in C++?
- Identifiers are the combination of alphanumeric characters that can be used for function and variable names.
- Identifiers are a combination of alphanumeric characters that can be used for looping statements.
- Both of the above
- None of the above
Answer: A) Identifiers are the combination of alphanumeric characters that can be used for function and variable names.
Explanation:
The 2nd statement is correct about identifiers in C++.