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 |
What is the basic structure of c?
prog for 1st five prime numbers in 2^x - 1
what is the most appropriate way to write a multi-statement macro?
If null and 0 are equivalent as null pointer constants, which should I use?
How do you determine the length of a string value that was stored in a variable?
What is the difference between declaring a variable and defining a variable?
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
Juxtapose the use of override with new. What is shadowing?
how to execute with out main in cprogram
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
How can I call a function with an argument list built up at run time?
All technical questions