Why doesn't C have nested functions?

Answers were Sorted based on User's Feedback



Why doesn't C have nested functions?..

Answer / bonu.satishkumar

C is only pop but not OOP's. so C havn't nested functions.
The meaning of NESTED FUNCTION is "a function is existed
in the another function".

Is This Answer Correct ?    0 Yes 5 No

Why doesn't C have nested functions?..

Answer / phani kumar s

we have the power ful recursion.

the function to be terminate at one place which may be
difficult in this.

Is This Answer Correct ?    0 Yes 9 No

Post New Answer

More C Interview Questions

I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

0 Answers   Oracle,


write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?

3 Answers   Oracle,


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


every function has return the value?

1 Answers  


A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

2 Answers   Accenture,


How are 16- and 32-bit numbers stored?

0 Answers  


where does malloc() function get the memory?

1 Answers  


What is volatile, register definition in C

0 Answers   Cognizant,


Explain what are the different file extensions involved when programming in c?

0 Answers  


How Many Header Files in c?

2 Answers   TCS,


write a program for fibonaci series by using while loop in c?

2 Answers  


how do you programme Carrier Sense Multiple Access

0 Answers  


Categories