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 is abstract data structure in c?
Why is structure important for a child?
What is the scope of global variable in c?
What are the different types of control structures?
Can one function call another?
What is main function in c?
Write a program to print factorial of given number without using recursion?
what type of questions arrive in interview over c programming?
Explain what is a pragma?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is the meaning of 2d in c?
Where we use clrscr in c?
What is a rvalue?
How are Structure passing and returning implemented by the complier?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,