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

c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

606


Explain what are preprocessor directives?

621


How can you tell whether two strings are the same?

821


How can you avoid including a header more than once?

555


What is hungarian notation? Is it worthwhile?

687






Is that possible to add pointers to each other?

892


will u please send me the placement papers to my mail???????????????????

1357


Why do we use stdio h and conio h?

627


Is javascript written in c?

571


What is difference between structure and union in c programming?

565


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

634


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

732


What are predefined functions in c?

558


What the advantages of using Unions?

667


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1756