Demonstration of a program with presence of different types of tokens.
Demonstration of a program with presence of different types of tokens.
Making Identifier name choices.
Use of integer literals in its different notation forms as decimal form, octal form, hexadecimal form and binary form.
Use of decimal/fractional/real literals in its different size as float and double.
Use of character literals as direct character assignment, unicode assignment or octal assignment.
Use of a special case of using null as a literal for nullifying a reference.
Use of string literals as chain of normal alphabets, unicode characters, octal characters, escape sequences etc.
Use of boolean literals.