Literals
In programming, we will be dealing with different types of data. For example, 5, -23.5, 'c', etc.
All these fixed data (values) that we can use directly in our program are called literals.
Let's start by learning about integer literals.