31. What is difference between function overloading and operator overloading? A function is overloaded when same name is given to different function. While overloading a function, the return type of …
C++Interview Questions and AnswersTechnical Interview Questions and Answers