Why doesn't C have nested functions?
Answers were Sorted based on User's Feedback
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 |
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 |
why you will give me a job in TCS.
Explain what are header files and explain what are its uses in c programming?
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
how can i sort numbers from ascending order and descending order using turbo c..
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
How does selection sort work in c?
How to swap 3 numbers without using 4th variable?
write a program that explain #define and # undef directive
What does calloc stand for?
What is chain pointer in c?
What is getch?