Wednesday, February 23, 2011
Value of variable in c language
Explanation of value of a variable in c programming language
by examples and questions and answers
Data which any variable keeps is known as value of variable. For example:
int a=5;
Here value of
variable a is five. Name of variable always returns value of the variable.
How to assign
any value to a variable:
C supports
eleven type of assignment operator to assign any value to
Labels:
Exact
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment