Preeti's Article in College

486 What is Variables in C prgramming language , rules of variables in c language with type declaration
A variable is an entity whose value can change during program execution. A variable can be thought of as a symbolic representation of address of the memory space where values can be stored, accessed and changed. A specific location or address in the memory is allocated for each variable and the value of that variable is stored in that location.
Posted on Sep-05-2011