Why doesn't C have nested functions?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the facialities provided by you after the selection of the student.

1774


What does. int *x[](); means ?

719


When is a “switch” statement preferable over an “if” statement?

738


.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


What is #define size in c?

751






Is fortran still used in 2018?

686


Explain the use of bit fieild.

815


What is meant by errors and debugging?

739


Is flag a keyword in c?

775


What's a good way to check for "close enough" floating-point equality?

722


Is void a keyword in c?

671


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2368


What is a static variable in c?

765


Does c have class?

704


How many main () function we can have in a project?

721