In this article we will learn about creating constants in C. We will look at what is a constant and then follow up with syntax and example for creating a constant in C language. Constants in C are fixed values which cannot be changed during the execution of the program. Subscribe to our […]