cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Can you explain this please..
Can you explain this please..
Feb 11, 2015 at 6:49am UTC
Sobo
(10)
please answer what will be the output of the code & why...
1
2
int
i = 10; printf(
" %d %d %d \n"
, ++i, i++, ++i);
Feb 11, 2015 at 8:36am UTC
ne555
(10692)
undefined
http://en.cppreference.com/w/cpp/language/eval_order
Topic archived. No new replies allowed.