Programming Languages C Objective
Mar 08, 2013

What will be the output of the following statements ?
int i = 1,j; j=i--- -2;
printf("%d",j);

Choose the correct answer:
A) 3
B) -3
C) 2
D) -2
Detailed Explanation

No Explanation

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback