we all know about the function overloading concept used in
C++ and we all learnt abt that.... but that concept is
already came in C in a very smaller propotion ... my
question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION
OVERLOADING IS USED in C language?????????????
Answer Posted / vaidyanathan
Hi,MY name is vaidyanathan....and and we have used such type of concepts in the recursion..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is getch() function?
What are pointers? Why are they used?
What are compound statements?
Disadvantages of C language.
What is the general form of a C program?
What is the equivalent code of the following statement in WHILE LOOP format?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What is the use of function overloading in C?
How can I open files mentioned on the command line, and parse option flags?
What are predefined functions in c?
Why c is a mother language?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Why is c faster?
What does it mean when a pointer is used in an if statement?
Explain two-dimensional array.