- C++ Character Set
- What is meant by token?
- Name Tokens available in c++
- What are Keywords? Can keywords be used as identifiers?
- What is an identifier? What are the identifier forming rules in C++?
- Is C++ case sensitive?
- Which of the following are valid Identifiers and why/why not :
- stud_roll
- 5data
- data5
- father name
- my-file
- %age
- int
- b
- goto
- "name"
- What are literals? How many types of integer literals are available in C++?
- What is preprocessor directive?
- What header file must be included with your source file to use cin and cout
- Name the I/O Library of C++.