VARIABLES
VARIABLES
The syntax to declare a variable in C specifies the name and the type
of the variable.
Local Variables
Global Variables
Static Variables
Automatic Variables
Extern Variables
Register Variables
Constant Variable in C