Consider the following statements

int x = 10, y = 15;

x = ((x = y) ? (y + x) : (y - x));

What will be the value of x after executing these statements?

1
5
2
25
3
15
4
30

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation