Why doesn't C have nested functions?
Answers were Sorted based on User's Feedback
Answer / bonu.satishkumar
C is only pop but not OOP's. so C havn't nested functions.
The meaning of NESTED FUNCTION is "a function is existed
in the another function".
| Is This Answer Correct ? | 0 Yes | 5 No |
Answer / phani kumar s
we have the power ful recursion.
the function to be terminate at one place which may be
difficult in this.
| Is This Answer Correct ? | 0 Yes | 9 No |
How macro execution is faster than function ?
How to write the code of the program to swap two numbers with in one statement?
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
What is difference between arrays and pointers?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Explain bitwise shift operators?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
What is the difference between memcpy and memmove?
Can I initialize unions?