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
how to write a c program to print list of fruits in alpabetical order?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is meant by initialization and how we initialize a variable?
explain what are pointers?
Why do some versions of toupper act strangely if given an upper-case letter?
What are header files in c programming?
I heard that you have to include stdio.h before calling printf. Why?
Explain the use of keyword 'register' with respect to variables.
What is oops c?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What is the use of pragma in embedded c?
What is the difference between a string and an array?
Why is structure padding done in c?
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)
What is New modifiers?