Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The scope of a function is also called as ________

a) Predefined function
b) Module function
c) Public function
d) Private function

Answer: b
Explanation: The scope of a function can be used as a private namespace for a module. Therefore, the scope of a function is called a module function.

Join The Discussion