Which statement about pointers is false?
a) They can be defined to point to objects of any data type.
b) The indirection operator * distributes to all comma-separated var-iable names in a definition.
c) The letters Ptr in a pointer variable name are optional.
d) A pointer may be initialized to 0, NULL or an address.
b) The indirection operator * distributes to all comma-separated var-iable names in a definition.
You might also like to view...
Describe a strategy for writing template functions.
What will be an ideal response?
____ variables are recognized by every procedure contained in the form's Code Editor window.
A. Dim B. Local-level C. Program-level D. Class-level
A network interface card has the MAC address 00-00-86-15-7A. From this information, specify the OUI.
a. There is not sufficient information to specify the OUI. b. The OUI is 86-15-7A. c. The OUI is 86-00-00. d. The OUI is 00-00-86.
Users can move to the next record by using the Navigation bar or by adding which of the following buttons to the form?
A) Last Page B) Home C) Next Record D) Previous Page