+ 1
What is correct out put for following program
#include<stdio.h> main() { int i=5; printf("%d%d%d", i++, i, ++i); }
27th May 2019, 1:43 PM
Naveed
2 Answers
+ 4
Undefined
27th May 2019, 2:24 PM
Anna

+ 3
567
27th May 2019, 1:47 PM
Trigger

Often have questions like this?
Learn more efficiently, for free:
Hot today
Is this realistic enough?
2 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
Please complete this code.
0 Votes