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
Is array a primitive data type in c?
What is difference between array and structure in c?
What is pass by reference in functions?
What is a char in c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Is c easier than java?
Explain the difference between strcpy() and memcpy() function?
Is it possible to initialize a variable at the time it was declared?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Write a code to generate a series where the next element is the sum of last k terms.
Explain is it better to bitshift a value than to multiply by 2?
What Is The Difference Between Null And Void Pointer?
Place the #include statement must be written in the program?
Compare array data type to pointer data type