- 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
Remove
0 Votes
I need help to solve this
0 Votes
Engineer Cloud
0 Votes
Project
0 Votes
Lua?
1 Votes



