Q. What will be the output of the following statements ?
Code:
int i = 1,j; j=i— -2; printf(“%d”,j);
β
Correct Answer: (C)
3
int i = 1,j; j=i— -2; printf(“%d”,j);
You must be Logged in to update hint/solution