Variables in C In C, a variable is a storage location that has a name and holds a value. A variable must be declared before it is used in a program. The ...read more
C-Variable
2 postsPrerequisite – Variables in C | Set 1 In programming, a variable is a container (storage area) to hold data. A variable is nothing but a name given to a storage area ...read more