R Ram Sharma 🎓 Coach ⭐ 193.88K Points 📊 C++ Q. Consider the following statements: int x = 22,y=15; x = (x>y) ? (x+y) : (x‐y); What will be the value of x after executing these statements? (A) 22 (B) 37 (C) 7 (D) Error. Cannot be executed 👁️ Show Answer 💬 Discuss 🔗 Share ⚡Menu ✅ Correct Answer: (B) 37