Back to home

Start Practice


Question-1 

What would be the output of the following program void main ( ) { int a=1,b=2,c=4; a=c+ ++b/c; cout <<"a="<<a; }


(A)

a=3


(B)

a=0.7

(C)

a=4

(D)

a=0





Powered By