My program contains the line:
delete x;
It does not cause a compile time error. Which of the following is a possibledeclaration for x?
a. int x;
b. double x;
c. double *x;
d. int x[10];
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Answer: c. double *x;