Solved

Which of the Following Statements Deletes Memory That Has Been

Question 30

Multiple Choice

Which of the following statements deletes memory that has been dynamically allocated for an array?


A) int array = delete memory;
B) int delete[ ];
C) delete [] array;
D) new array = delete;
E) None of these

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions