Which of the following statements correctly deletes a dynamically-allocated array pointed to by p?

A) delete p;
B) p delete[ ];
C) delete [ ] p;
D) delete array p;
E) None of the above

C) delete [ ] p;

Computer Science & Information Technology

You might also like to view...

A(n) ________ is a small program that resides on a server and is designed to be downloaded and run on a client computer

A) CGI script B) JavaScript C) applet D) app

Computer Science & Information Technology

To form a cryptographic system using __________ we need to find a "hard-problem" corresponding to factoring the product of two primes or taking the discrete logarithm.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology