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 is c system32 taskhostw exe?
What is masking?
Is it better to bitshift a value than to multiply by 2?
all c language question
What are external variables in c?
largest Of three Number using without if condition?
Explain about block scope in c?
What is the function of multilevel pointer in c?
In a switch statement, what will happen if a break statement is omitted?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
How do you initialize pointer variables?
When is a “switch” statement preferable over an “if” statement?
Why main function is special give two reasons?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is the purpose of macro in C language?