Variables in C Programming
Variables is the place inside the main memory which is basically used to store particular type of data which can be vary during the program execution or in simple word we can say name given to memory location. Here in this tutorial we will discuss about variable concept in detail with rules for naming the variable and valid invalid variable names.
Watch this tutorial to learn about variables
