Why doesn't C have nested functions?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why dont c comments nest?

707


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2140


all c language question

1994


Calculate 1*2*3*____*n using recursive function??

1604


What is a lvalue

757






Explain what is the benefit of using an enum rather than a #define constant?

833


Is c still relevant?

728


How does pointer work in c?

723


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1840


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

716


Why do we use main function?

728


What is console in c language?

714


What is a structure member in c?

639


What is #error and use of it?

781


Explain what is a stream?

682