Function Overloading <br />C Language doesn’t support function overloading while C++ support <br />Multiple functions with the same name in same scope <br />Functions must differ from each other types and no. of arguments <br />You can not overload function declarations that differ only by return type