C
Introduction to Variables
In this article, we will talk about variables in C programming. Variables are used to store values. They are names that point to some memory location. Variables has to be declared before use. Declaring mean announcing the properties of the