✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What happens if the following C++ statement is compiled and executed?
#include <iostream>int main(){ int *ptr = NULL; delete ptr;}