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

how to write hello word without using semicolon at the end?

6 Answers   Accenture,


Place the #include statement must be written in the program?

0 Answers  


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

0 Answers  


What is the best organizational structure?

0 Answers  


How can I implement a delay, or time a users response, with sub-second resolution?

0 Answers  






void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?

7 Answers  


What's the difference between constant char *p and char * constant p?

0 Answers   Celstream,


How can a program be made to print the name of a source file where an error occurs?

0 Answers  


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

6 Answers   Amdocs,


How to establish connection with oracle database software from c language?

0 Answers  


Categories