- 1
#include<stdio.h> int main() { int i=2; printf("%d, %d\n", ++i,++i); return 0; }
How output is 4,4??
7th Sep 2019, 5:16 PM
Karan Dubey

2 Answers
Often have questions like this?
Learn more efficiently, for free:
Hot today
Is this realistic enough?
1 Votes
Need friends
0 Votes
"Whatâs the best way to combine creativity and coding? Can storytelling improve web apps?"
1 Votes
Web Development
0 Votes
Python
1 Votes