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 do I send escape sequences to control a terminal or other device?
while initialization of array why we use a[][2] why not a[2][]...?
What are the ways to a null pointer can use in c programming language?
Explain what is page thrashing?
Are c and c++ the same?
Is this program statement valid? INT = 10.50;
What is an identifier?
What is struct node in c?
What are static variables in c?
Explain the difference between exit() and _exit() function?
When do we get logical errors?
I have a varargs function which accepts a float parameter?
What is hash table in c?
Can we change the value of #define in c?
Explain how can I open a file so that other programs can update it at the same time?