what is the definition of a nested function?\n○ a cell that is used in two different functions\n○ arguments…

what is the definition of a nested function?\n○ a cell that is used in two different functions\n○ arguments defined inside of two functions\n○ arguments defined inside of arguments inside of a function\n○ a function defined inside of another function

what is the definition of a nested function?\n○ a cell that is used in two different functions\n○ arguments defined inside of two functions\n○ arguments defined inside of arguments inside of a function\n○ a function defined inside of another function

Answer

Brief Explanations:

A nested function is one where a function is defined within another function. The other options do not correctly capture the concept. A cell used in two functions is not related to nested - function definition. Arguments defined inside functions or inside other arguments are about function parameters and not about nested functions.

Answer:

D. a function defined inside of another function