When a name is encountered during the execution of the program, it searches for that name in the following order
(A) local, global, built-in, enclosing functions
(B) global, local, enclosing functions, built-in
(C) built-in, enclosing functions, local, global
(D) local, enclosing functions, global, built-in
Answers
Answered by
5
c.built in ,enclosing,local,global
Similar questions