Question 4
What will be the output of the following program?
Inside: a = 7, b = 3 Outside: x = 3, y = 7
Inside: a = 7, b = 3 Outside: x = 7, y = 3
Inside: a = 3, b = 7 Outside: x = 7, y = 3
Inside: a = 3, b = 7 Outside: x = 3, y = 7
What will be the output of the following program?
Inside: a = 7, b = 3 Outside: x = 3, y = 7
Inside: a = 7, b = 3 Outside: x = 7, y = 3
Inside: a = 3, b = 7 Outside: x = 7, y = 3
Inside: a = 3, b = 7 Outside: x = 3, y = 7
Correct answer
Inside: a = 7, b = 3 Outside: x = 7, y = 3
Question 4 of 25 in the IIT Madras BS Programming in C (Programming in C) End Term paper sat on 21 Dec 2025, in the September 2025 term (Programming In C 18 Dec 25). It carries 5 marks.