πŸ“Š C Programming
Q. What will be the output of the following statements ?
Code:
int i = 1,j; j=i— -2; printf(“%d”,j);
  • (A) -3
  • (B) 2
  • (C) 3
  • (D) error
πŸ’¬ Discuss
βœ… Correct Answer: (C) 3

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
158
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
92%
Success Rate