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 |
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.
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
every function has return the value?
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
How are 16- and 32-bit numbers stored?
where does malloc() function get the memory?
What is volatile, register definition in C
Explain what are the different file extensions involved when programming in c?
How Many Header Files in c?
write a program for fibonaci series by using while loop in c?
how do you programme Carrier Sense Multiple Access