Latest C++ Aptitude Question SOLUTION: What will be the output for the following C++ program ..?? class Sample { public: int *ptr; Sample(int i) { ptr = new int(i); } ~Sa