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
What is LINKED LIST? How can you access the last element in a linked list?
Differentiate call by value and call by reference?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is the right type to use for boolean values in c?
What is static identifier?
Explain About fork()?
What is the description for syntax errors?
Why isn't it being handled properly?
What is %s and %d in c?
How to explain the final year project as a fresher please answer with sample project
Can we declare variable anywhere in c?
Why main function is special give two reasons?
Is c object oriented?
What is the advantage of an array over individual variables?
What is pass by value in c?