The delete operator should only be used on pointers that
A) have not yet been used.
B) have been correctly initialized.
C) point to storage allocated by the new operator.
D) are appropriately dereferenced.
E) None of the above
C) point to storage allocated by the new operator.
You might also like to view...
Which of the following is NOT true regarding linked tables?
A) When data are shared among many databases and is stored in a central location on a computer network, Access provides the ability to link to the data. B) A linked table provides a link to data stored in another database or application. C) Linking tables can increase data redundancy. D) Access can link to a table in another Access database, an Excel spreadsheet, or to tables in SQL and Oracle databases.
All of the following statements are TRUE about the Text Import Wizard data EXCEPT:
A) Sometimes Excel will incorrectly identify the language used in the text file, and this may throw off the Text Import Wizard. B) The Text Import Wizard does have file size limitations, and occasionally you will get a text file that is too big to import into Excel. C) If you do not want to include all the headings or if there is a comment at the beginning of the file, you can tell Excel to start in any row below a target row so it will omit extraneous text. D) The Text Import Wizard that can be initiated by clicking the From Text button on the External Data tab.