Search This Blog

Wednesday, May 16, 2012

Concept based question - icse

Q: What does the following statement signify?
                               int a=5;


Ans: The above statement signifies that there is memory location(variable) named a of type int which is used to store integer values and currently holds the value of 5