Latest C++ Aptitude Question SOLUTION: After p = new Fred[n], how does the compiler know there are n objects to be destructed during delete[] p?