Variables

Local, Global and Static Variables in C

A variable is a name we give to a memory storage area that our program can then manipulate.

Read More