A
Q. What will be the output of the following statements ?
Code:
int i = 1,j; j=i— -2; printf(“%d”,j);
- Correct Answer - Option(C)
- Views: 11
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.