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 the types of macro formats?
Why can arithmetic operations not be performed on void pointers?
how to introdu5ce my self in serco
How many bytes is a struct in c?
What is the difference between %d and %i?
Is there any data type in c with variable size?
What is use of pointer?
What is fflush() function?
In C language what is a 'dangling pointer'?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Explain about the functions strcat() and strcmp()?
What is #include conio h?
What is the difference between ++a and a++?
Can we declare variables anywhere in c?