answered question
->  Friend function normally used for accessing private member of the class.->  With the help of the Friend function we can access different class object.-> In operator overloading, with the help of the friend function we can use primitive data type      argument and user define argument at one function.-> It is not a member function of the class.-> … Read more