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

What will the preprocessor do for a program?

804


Where are the auto variables stored?

901


What happens if you free a pointer twice?

845


What is getch c?

1073


Without Computer networks, Computers will be half the use. Comment.

2090


What is the difference between char array and char pointer?

800


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1813


What is difference between array and pointer in c?

792


What happens if header file is included twice?

917


Which one would you prefer - a macro or a function?

879


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

868


What is local and global variable in c?

888


Where static variables are stored in memory in c?

770


How can I dynamically allocate arrays?

821


Are the variables argc and argv are local to main?

1036