InterviewSolution
Saved Bookmarks
| 1. |
A function, together with an environment, makes up what is called a ______ closure.(a) formal(b) function(c) reflective(d) symmetryThis question was posed to me by my college director while I was bunking the class.My question is from Scoping Rules topic in portion Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming |
|
Answer» RIGHT CHOICE is (b) function For EXPLANATION: The function closure model can be used to CREATE functions that “carry around” data with them. |
|