A function cannot be defined inside another function
a. true
b. false 0 0
Answers
Answered by
0
in context to many programming languages yes we can define a function inside a function
for example
javascript
python
there are very few programming languages which do not allow nested function
I know only one language which doesn't allow you to do this.
Go Langugae
So I think your answer is false
for example
javascript
python
there are very few programming languages which do not allow nested function
I know only one language which doesn't allow you to do this.
Go Langugae
So I think your answer is false
Similar questions