Variable in C Language

Variable in C Language

Variable in C Language

A variable is one which stores some value and its value can be changed at any point of time.

 

A name given to memory Location. A variable is also an identifier so rule for name identifier also applies here. Declaring a Variable: int a;,int a,b,c;, int a=10,b=20;

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *