Latest C++ Aptitude Question SOLUTION: In p = new Fred(), does the Fred memory "leak" if the Fred constructor throws an exception? A: No.