A ________________ keeps track of dynamically-allocated memory and automatically deletes when it is no longer in use.
A) deleting pointer
B) null pointer
C) smart pointer
D) memory conservation pointer
E) None of the above
C) smart pointer
You might also like to view...
Cellular phones offer tracking capabilities because they can determine their geographic location using either mobile locating or ____ technology.
A. radio B. cellular C. GPS D. RFID
The page number, date, and other relevant document data are often stored in the ________ at the bottom of each page in a document
Fill in the blank(s) with correct word
Tablet operating systems come with ________ for typing on the device
Fill in the blank(s) with correct word
All of the following statements are TRUE about improving the readability of VBA EXCEPT:
A) An important aspect of writing VBA is making sure the code is easy to read so that you and others can interpret what is happening. B) You need to take extra steps to keep the code legible and to document what steps you are taking and why. C) Commenting code in VBA is an excellent way of explaining the purpose and the intention of a procedure. D) Lengthy statements become difficult to read, because without pressing Tab, the lines of code will extend continuously to the left.