Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. Which of the following is an invalid if-else statement?
  2. A.
    if (if (a == 1)){}
    B.
    if (func1 (a)){}
    C.
    if (a){}
    D.
    if ((char) a){}

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    none


Be The First To Comment