Answer Posted / 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 |
Post New Answer View All Answers
Why dont c comments nest?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
all c language question
Calculate 1*2*3*____*n using recursive function??
What is a lvalue
Explain what is the benefit of using an enum rather than a #define constant?
Is c still relevant?
How does pointer work in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Why do we use main function?
What is console in c language?
What is a structure member in c?
What is #error and use of it?
Explain what is a stream?