Variables
Variables Definition of variables: A variable is a name of data that is used to store the value of data. In C programming language a variable is the named memory location where a program can manipulate the data. This location is used to hold the value of the variable. The value of the C variable may get a change in the program as it depends on the type of program. You can think of a variable as being equivalent to its assigned value.