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 / venkatesh
In c also we are allowed to function overloading with
parameters wherever we like.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What are types of structure?
What is difference between array and pointer in c?
What is the difference between if else and switchstatement
What are the rules for the identifier?
What is variables in c?
Write a program to print “hello world” without using semicolon?
Why c is called a mid level programming language?
What is the difference between text and binary modes?
How can I swap two values without using a temporary?
please send me the code for multiplying sparse matrix using c
Explain the difference between exit() and _exit() function?
Differentiate between #include<...> and #include '...'
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Once I have used freopen, how can I get the original stdout (or stdin) back?