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 |
difference between native and cross compilers
void main() { int i=5; printf("%d",i+++++i); }
Explain the advantages and disadvantages of macros.
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
Is fortran faster than c?
Explain the difference between #include "..." And #include <...> In c?
What is the use of the sizeof operator?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Difference between Shallow copy and Deep copy?
Write a program in c to print * * * * * *******
Write a function that will take in a phone number and output all possible alphabetical combinations
what is the definition of storage classes?