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 union and structure in c?

618


What does == mean in texting?

665


What is union in c?

637


Why & is used in c?

713


Should a function contain a return statement if it does not return a value?

597






Why enum is used in c?

524


How pointer is different from array?

579


What is LINKED LIST? How can you access the last element in a linked list?

633


Explain the meaning of keyword 'extern' in a function declaration.

725


Where is volatile variable stored?

649


What is struct node in c?

620


What does void main return?

606


Explain how are portions of a program disabled in demo versions?

655


What is bubble sort technique in c?

592


Is flag a keyword in c?

682