1. What is a Constant ? Constants are fixed values that do not change during program execution. These fixed values are also called literals. Using…
A token is the smallest element of a program that is meaningful to the compiler. We can define a token as the smallest individual element…