Exercise Questions - Operator Overloading

  1. Write a C++ program, Input number and increment it by 1 using unary operator. (Increment Operator a++ or ++a).
  2. Input two numbers and find greater. C
  3. Input two numbers and find smaller. Python
  4. Input two string and find greater using binary operator overload.

C Language Feedback, Questions, Suggestions, Discussion.