Answer Posted / vignesh1988i
no we cant define a function within a function.... but calling of function within a function is possible........
thank u
| Is This Answer Correct ? | 66 Yes | 10 No |
Post New Answer View All Answers
How to find a missed value, if you want to store 100 values in a 99 sized array?
What does == mean in texting?
What is clrscr in c?
Tell me about low level programming languages.
What do you mean by scope of a variable in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What are the different file extensions involved when programming in C?
What is the difference between the local variable and global variable in c?
what do you mean by enumeration constant?
What is the difference between c &c++?
What is a newline escape sequence?
Why calloc is better than malloc?
How to draw the flowchart for structure programs?
What is line in c preprocessor?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file