News

WAP to find square and cube of a number using inline function. WAP to increment the value of an argument given to function USINGINLINE function. Write a program to create a class called COMPLEX and ...
// Write a program to find the max number from given two numbers using friend function friend void max(A,B);//create frient function void max(A aa,B bb) //defination of friend function ...