Report Bug
Qus : When a= 4, what is the value of b? in the given below statement b = (a > 6 ? 4 : 6);
Qus जब a = 4, b का मान क्या होता है? नीचे दिए गए कथन में b = (a > 6 ? 4 : 6);

A. 0
B. Error
C. 4
D. 6


Solution
D. 6






Report Bug