+ 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: