Ask Question         Q & A         Articles        
Skip Navigation LinksHome > Q & A > Give Answer
Answer the Question
0
What will be the output of the program
int a=4,b;
b=a++ + ++a;
printf(“%d,%d,%d,%d”,b,a++,a,++a);
By : sanoj kumar  On : 07-Feb-2012  Answers : 3      Report Abuse
Give answer
Your Answer
Previous Answers
0
10,6,7,8
On : 09-Feb-2012   Accept Count : 1  
By : Khatwani
0
10,7,7,7
On : 07-Feb-2012   Accept Count : 1  
0
10,6,7,8
On : 07-Feb-2012   Accept Count : 1  
Ask a Question