Home / CSE MCQs / R Programming MCQs :: Discussion

Discussion :: R Programming MCQs

  1. Point out the correct statement :
  2. A.
    Blocks are evaluated until a new line is entered after the closing brace
    B.
    Single statements are evaluated when a new line is typed at the start of the syntactically complete statement
    C.
    The if/else statement conditionally evaluates two statements
    D.
    All of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The if/else statement returns, as its value, the value of the statement that was selected.


Be The First To Comment