Google News
logo
CPP - Quiz(MCQ)
The if..else statement can be replaced by which operator?
A)
Conditional operator
B)
Bitwise operator
C)
Addition operator
D)
Multiplicative operator

Correct Answer :   Conditional operator


Explanation : In the conditional operator, it will predicate the output using the given condition.

Advertisement