Join Examsbook
979 0

Q: What would be the output of the following program? main() {   int i=2 ;   printf ("\n%d%d", ++i, ++i ); }

  • Show AnswerHide Answer
  • Workspace

Answer :
Explanation :

Output may vary from compiler to compiler. The order of evaluation of the arguments to a function call is unspecified.

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully