3
Answers

why only one value is stored in one variable?

supose
int i=5;
or
int i=2,4;

in between the two statements one is true and other false .
what is the reasone.......

Answers (3)