Answer Posted / aparna
no....we cant define a function with in another
fn......Insteadwe can declare a function..
ex:
void main()
{
int fun(int); // this is declaration
fun(3); // this is fn. calling
}
int fun(int a) //this is fn.definition
{
}
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
How to Throw some light on the splay trees?
Explain how can I avoid the abort, retry, fail messages?
Differentiate between the = symbol and == symbol?
What are the functions to open and close the file in c language?
What are pointers? Why are they used?
How we can insert comments in a c program?
about c language
Is it better to use malloc() or calloc()?
What are identifiers in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Explain void pointer?
What is the difference between printf and scanf )?
What is the meaning of c in c language?
What is uint8 in c?
Differentiate between Macro and ordinary definition.