Home » Technical Questions » Programming

What will be output of following c code? #include int main() { int x=123; int i={ printf("c" "++") }; for(x=0;x<=i;x++){ printf("%x ",x); } return 0; }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!