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
What are the types of pointers in c?
Explain what are the __date__ and __time__ preprocessor commands?
Are comments included during the compilation stage and placed in the EXE file as well?
What is equivalent to ++i+++j?
What is the size of enum in bytes?
How can I discover how many arguments a function was actually called with?
Explain what are multidimensional arrays?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Explain what is the benefit of using const for declaring constants?
Can a local variable be volatile in c?
What are different types of pointers?
What is the advantage of an array over individual variables?
When the macros gets expanded?
What is identifier in c?
Difference between Shallow copy and Deep copy?