C - Operators - Discussion

You Are Here :: Home > C > Operators - Discussion

 



Q.

What will be the output of the following statements ?

int i = 3;
printf("%d%d",i,i++);

A. 34 B. 43
C. 44 D. 33

Answer: Option B
Explaination:

 


No Explanation



Discussion

Your Comments Goes here...
NameDiscussion