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
Why c is a procedural language?
When do we get logical errors?
What are linker error?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is local and global variable in c?
simple program of graphics and their output display
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is the difference between volatile and const volatile?
How can I get random integers in a certain range?
What is the purpose of void pointer?
What is the use of linkage in c language?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is openmp in c?
What is assignment operator?
Why clrscr is used after variable declaration?