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
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