Why doesn't C support function overloading?

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


Please Help Members By Posting Answers For Below Questions

What is abstract data structure in c?

745


Why is structure important for a child?

820


What is the scope of global variable in c?

739


What are the different types of control structures?

781


Can one function call another?

824


What is main function in c?

758


Write a program to print factorial of given number without using recursion?

766


what type of questions arrive in interview over c programming?

1759


Explain what is a pragma?

782


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.

1790


What is the meaning of 2d in c?

807


Where we use clrscr in c?

887


What is a rvalue?

943


How are Structure passing and returning implemented by the complier?

906


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

2130