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 do header files do?
Is swift based on c?
What is scope rule of function in c?
How many data structures are there in c?
What is the difference between struct and union in C?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Explain how can I make sure that my program is the only one accessing a file?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Explain how can I avoid the abort, retry, fail messages?
What is the use of a ‘ ’ character?
What is string length in c?
What is a spanning Tree?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Explain what is the difference between a free-standing and a hosted environment?
What does c mean in standard form?