+ 1
Why function overloading does not works in C language ?
3 Answers
+ 3
AS At the time of development of c there is no overloading criteria. But on later on some major concept was discovered and are included in upgraded version of c also known as c++.
+ 1
@Siddhant yes C is not a object oriented but we no need objects and classes to implement overloading but to implement inheritance encapsulation data hiding we required objects and classes.
0
c is not an object oriented programming language. so it has no concept of oveloading as well as inheritance and polymorphism