What will be the output of the following code: cout << (4 > 3 ? "Yes" : "No"); in C++?
A. Yes
B. No
C. 4
D. 3
Answer: Option A
A. Yes
B. No
C. 4
D. 3
Answer: Option A
What is the operator precedence of the multiplication operator (*) in C++?
A. Highest
B. Lowest
C. Equal to addition
D. Equal to subtraction
Join The Discussion