1.

Complete the following code segment as instructed: class CPP{int a, b;public:CPP (int x, int y){a=x;b=y;}void show(){cout

Answer» N(){CPP OBJ1(3,4);obj1.show();RETURN 0;}


Discussion

No Comment Found