Interview Questions

Write down the output....

Microsoft Interview Questions and Answers


(Continued from previous question...)

60. Write down the output....

Question:
Write down the output...

int b=3;
cout<<b++*++b<<endl;



maybe an answer:
prints the output 16

(Continued on next question...)

Other Interview Questions