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

Discussion :: C++ - MCQs

  1. The switch statement is also called as?
  2. A.
    choosing structure
    B.
    selective structure
    C.
    certain structure
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The switch statement is used to choose the certain code to execute, So it is also called as selective structure.


Be The First To Comment