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
What will the preprocessor do for a program?
Where are the auto variables stored?
What happens if you free a pointer twice?
What is getch c?
Without Computer networks, Computers will be half the use. Comment.
What is the difference between char array and char pointer?
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..
What is difference between array and pointer in c?
What happens if header file is included twice?
Which one would you prefer - a macro or a function?
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
What is local and global variable in c?
Where static variables are stored in memory in c?
How can I dynamically allocate arrays?
Are the variables argc and argv are local to main?