Multiple Choice
What happens when delete is used for a NULL pointer? int *ptr = NULL; delete ptr;
A) compile time error
B) run time error
C) no effect
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: The main intention of using inheritance is
Q10: Which of the followings is/are automatically added
Q11: Which of the following data type does
Q12: Which of the following statements is correct
Q13: Which of the following interface determines how
Q15: Predict the output of following C++ program#include<iostream>
Q16: Which feature of C++ contain the concept
Q17: What is the difference between struct and
Q18: Which of the following is true about
Q19: Output of following program?#include<iostream> using namespace std;