Computer Science, asked by sukhmeenkaur415, 7 months ago

computer class 7
A function inside of a function is called-​

Answers

Answered by HarshitaNaruk
1

Answer:

In computer programming, a nested function (or nested procedure or subroutine) is a function which is defined within another function, the enclosing function.

Answered by vijayalaxmivb089
1

Answer:

We can declare a function inside a function, but it's not a nested function. Because nested functions definitions can not access local variables of the surrounding blocks, they can access only global variables of the containing module. ... Therefore, nested functions have only a limited usmake me as brainlist

Similar questions