Functions - Programming

Q1:

A function cannot be defined inside another function

A True

B False

ANS:A - True

A function cannot be defined inside the another function, but a function can be called inside a another function.