Chapter 5 (Introduction to Programming)
Chapter 5 (Introduction to Programming)
Introduction to Programming
Character set
• The set of valid characters of C++ Language. It consists of letters, digits, special characters,
white spaces
Tokens
• Fundamental building blocks of C++ program. (Lexical units)
Classification of Tokens