Tokens, keywords, identifiers, and constants — C++ MCQ

10
Score: 0
Attempted: 0/10
1. Which of the following is not a keyword in C++?



2. Which of the following is a valid identifier in C++?



3. Which of the following is a valid constant in C++?



4. Which of the following is considered a token in C++?



5. What is the maximum length of an identifier in C++?



6. Which of the following is a floating-point constant in C++?



7. Which of the following cannot be used as an identifier in C++?



8. Which of the following is a character constant in C++?



9. What type of token is ++ in C++?



10. Which of the following is not allowed in an identifier?



Contents Copyrights Reserved By T4Tutorials