I was exploring C++ for the first time and trying to understand few concepts. I came across this topic: Operator Overloading and understood the basics that this is used to do +, -, *, /, <= operations. So, I wanted to understand if the following is the code to add two different numbers.
Ref - https://www.interviewbit.com/cpp-interview-questions/