Transcription: The default or compiler supplied new operator returns a pointer to the allocated memory if the allocation is successful. In Compilers Now Available, it returns the null pointer if the allocation cannot be completed. Your program should either check the return value before trying to access the memory or supply its own handler.