Quiz on C++ Identifiers



1. What is an identifier in C++?
2. Which of the following is a valid identifier?
Advertisement
00:00
3. Are identifiers case-sensitive in C++?
4. Which of the following characters is NOT allowed in an identifier?
5. What is the maximum length of an identifier in C++?

Advertisements