A
Q. What happens when delete is used for a NULL pointer?
int *ptr = NULL;
delete ptr;
- Correct Answer - Option(C)
- Views: 23
- Filed under category C++
- Hashtags:
Discusssion
Login to discuss.