Home / CSE MCQs / R Programming MCQs :: Discussion

Discussion :: R Programming MCQs

  1. Elementary commands in R consist of either _______ or assignments.
  2. A.
    utilstats
    B.
    language
    C.
    expressions
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    If an expression is given as a command, it is evaluated, printed (unless specifically made invisible), and the value is lost.


Be The First To Comment