Answer Posted / hrpynux@gmail.com
Function Overloading allows us to have multiple functions with the same name but with different function signatures in our code. These functions have the same name but they work on different types of arguments and return different types of data. ... Therefore, C does not support function overloading.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What are actual arguments?
What are the salient features of c languages?
Do pointers store the address of value or the actual value of a variable?
Explain about block scope in c?
What is an expression?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is the difference between single charater constant and string constant?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Is there any data type in c with variable size?
Is main is a keyword in c?
What is the explanation for modular programming?
Implement bit Array in C.
Is there sort function in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.