Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Heff on Sep 3, 2017



Title: Which of the following statements deletes memory that has been dynamically allocated for an array?
Post by: Heff on Sep 3, 2017
Which of the following statements deletes memory that has been dynamically allocated for an array?
A) int delete[ ];
B) delete [] array;
C) int array = delete memory;
D) new array = delete;
E) None of these


Title: Re: Which of the following statements deletes memory that has been dynamically allocated for an ...
Post by: jecko on Sep 3, 2017
Content hidden