Home » Technical Questions » Programming

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

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!