C Programming - Functions - Discussion

Discussion Forum : Functions - True / False Questions (Q.No. 1)
1.
A function cannot be defined inside another function
True
False
Answer: Option
Explanation:

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

Discussion:
12 comments Page 2 of 2.

Ahmad zia said:   1 decade ago
If a function can't define in function then what is main() in C.

Nitin said:   1 decade ago
Explain me with example.


Post your comments here:

Your comments will be displayed after verification.