Quiz 1
1. Which character is used to denote the start of a preprocessor directive in C++?
2. What is the correct syntax to output text to the console?
3. Which of the following is the entry point of a C++ program?
4. What character ends a C++ statement?
5. Which keyword is used to declare a variable that cannot change its value?
6. How do you declare a variable capable of storing true/false values?
7. What is the operator used for the remainder (modulo) operation?
8. Which operator is used for equality comparison?
9. Which symbol is used for a single-line comment?
10. What is the standard library header used for input/output operations?
Previous Next