Teaching Rajasthan Basic Computer Instructor 2021 Mock Test Programming and Data Structure Programming in C Scope of a Variable
निम्नलिखित कोड खंड पर विचार करें:
int x = 22, y = 15;
x = (x > y)? (x + y) : (xy);
कोड निष्पादित होने के बाद x का मान क्या होगा?1
22
2
37
3
7
4
37 और 7