1.

Predict the Outputint x=9, k=0; int y=10;y=++x; x+=y; k=x; What will be the value of k?

Answer»

20 will be the value of k.



Discussion

No Comment Found

Related InterviewSolutions