Vidyalelo
R Programming · Q171

Control Structures in R Programming

Programming · R Programming · question 171

Q171

Point out the wrong statement?

A.
Dynamic scoping turns out to be particularly useful for simplifying statistical computations
Answer
B.
Lexical scoping turns out to be particularly useful for simplifying statistical computations
C.
The scoping rules of a language determine how values are assigned to free variables
D.
An environment is a collection of (symbol, value) pairs, i.e. x is a symbol and 3.14 might be its value

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board