CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.

Answer Posted / vinod kumari

No, we can not define a function within another function.
we can only declare and call any function in any other
function.

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to write a c program to print list of fruits in alpabetical order?

2075


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3404


What is meant by initialization and how we initialize a variable?

820


explain what are pointers?

795


Why do some versions of toupper act strangely if given an upper-case letter?

848


What are header files in c programming?

860


I heard that you have to include stdio.h before calling printf. Why?

825


Explain the use of keyword 'register' with respect to variables.

815


What is oops c?

859


Discuss the function of conditional operator, size of operator and comma operator with examples.

902


What is the use of pragma in embedded c?

797


What is the difference between a string and an array?

924


Why is structure padding done in c?

897


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

2098


What is New modifiers?

888