Answer Posted / prof.gagandeep jagdev
No, it is not possible to define any function within a
function. However we can call a function from within
another function.
Is This Answer Correct ? | 30 Yes | 4 No |
Post New Answer View All Answers
Explain what is wrong with this statement? Myname = ?robin?;
What is function pointer c?
Which is the best website to learn c programming?
Write a code to generate a series where the next element is the sum of last k terms.
In C, What is the #line used for?
What is the full form of getch?
What is the use of linkage in c language?
Do string constants represent numerical values?
What the different types of arrays in c?
How can you access memory located at a certain address?
what are the different storage classes in c?
Where is c used?
What is wild pointer in c with example?
How many levels deep can include files be nested?
Explain the binary height balanced tree?