Home / CSE MCQs / R Programming MCQs :: Discussion

Discussion :: R Programming MCQs

  1. A function, together with an environment, makes up what is called a ______ closure.
  2. A.
    formal
    B.
    function
    C.
    reflective
    D.
    All of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The function closure model can be used to create functions that "carry around data with them.


Be The First To Comment