Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. The if..else statement can be replaced by which operator?
  2. A.
    Bitwise operator
    B.
    Conditional operator
    C.
    Multiplicative operator
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

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


Be The First To Comment