Home » C++ Programming » Decision Making » Question
  1. The if..else statement can be replaced by which operator?
    1. Multiplicative operator
    2. Bitwise operator
    3. Conditional operator
    4. All of above
    5. None of these
Correct Option: D

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



Your comments will be displayed only after manual approval.