Computer Science, asked by mdrhp123456, 9 months ago

We can define a function inside another function.

Answers

Answered by debanshumoitra54
0

Answer:

hey can you clear your question As far I think it's not the full question

Answered by aniketkabaddi01
0

Answer:

it is dependent upon the language you are using

Explanation:

In standard C, that's not allowed (you can't define a function within another function).

in python it allow nested functions or inner functions.

Similar questions