Home / CSE MCQs / R Programming MCQs :: Discussion

Discussion :: R Programming MCQs

  1. Point out the correct statement :
  2. A.
    The usual operator, -, can be thought of as a syntactic short-cut to expression operation
    B.
    Assignment can also be made using the function assignment()
    C.
    Vectors can be used in arithmetic expressions, in which case the operations are performed element by element
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Vectors occurring in the same expression need not all be of the same length.


Be The First To Comment