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
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
what do you mean by inline function in C?
What is wrong with this statement? Myname = 'robin';
What is binary tree in c?
Is there a built-in function in C that can be used for sorting data?
Why pointers are used in c?
How we can insert comments in a c program?
find out largest elemant of diagonalmatrix
Simplify the program segment if X = B then C ← true else C ← false
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What do you mean by a local block?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
write a program to generate address labels using structures?
What is the explanation for prototype function in c?
What are the parts of c program?