InterviewSolution
Saved Bookmarks
| 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;} | |