What does the second statement means ? int a; a=5;
a is declared with integer type
Assigning 10 in a
This statement will print 10 on screen
Wrong initialization