Home » C Programming » Functions

A function cannot be defined inside another function

Correct Answer: True

Explanation:

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

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion