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
c. delete [] array;
Computer Science & Information Technology
You might also like to view...
______ defines the specific location in a webpage where a link leads when triggered.
a. An attribute b. A label c. An anchor d. A trigger
Computer Science & Information Technology
________ indicate(s) the number of instances of one entity that relates to one instance of another entity
A) Referential integrity B) Anomalies C) Cascading D) Cardinality
Computer Science & Information Technology
Which function is best suited to remove extras spaces from the beginning of a text string?
A) UPPER B) SUBSTITUTE C) LEFT D) TRIM
Computer Science & Information Technology
The ____________________ List lists the database tables and the fields they contain.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology