Wednesday, 16 August 2017

vairables in c

VARIABLES IN C
VARIABLE: Variable is an identifier used to store a single data item. This data could be a numerical quantity or character constant.
During execution of a Program we must   declare a variable.
·      A variable can take a different values at different times during the execution of a Program.

·      The data stored in the variable can be accessed anytime, by referring to the variable Name
Ex:  int  x=1;
int is a data type and x is a variable and 1 is a value
Above we have declared a variable and we initialized a value in variable.

 

3 comments:

OPERATERS

"Don't Review Skip": Fans Troll Tim Paine For Poor DRS Challenge On Day 3

India vs Australia: Tim Paine was again in the firing line as his poor DRS call against Mayank Agarwal cost Australia a review on Day 3 of t...