PREDEFINED FUNCTION NAME IS GIVEN TO USERDEFINED FUNCTION IN C++!!

I WOULD LIKE TO KNOW ABOUT THAT WHAT WILL HAPPEN IF I GIVE A PREDEFINED FUNCTION NAME TO A USER DEFINED FUNCTION IN C++ ??

If you have imported the header file which contains the predefined function…then you will get compile time error else you can use it without any issue.

sorry bro, your answer seems incorrect, even after including the header files of the predefined function, i have used the name of predefined function as the name of user defined function and i did not get any error!!

1 Like