Why doesn't C support function overloading?
Answers were Sorted based on User's Feedback
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 |
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 |
Explain what is the general form of a c program?
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
why should i select you?
Explain the difference between malloc() and calloc() in c?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
What is the difference b/w Structure & Union?
How will you find a duplicate number in a array without negating the nos ?
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
What is the purpose of void pointer?
what is a void pointer?
can we have joblib in a proc ?