Menu Close

Tag: Constants

Constants Can Not Be Changed

Constants in C Programming

1. What is a Constant ? Constants are fixed values that do not change during program execution. These fixed values are also called literals. Using…

Tokens in C Program Language

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…