Answer the following statements true (T) or false (F)

1. One can use the & operator to extract the value that a pointer points to.
2. When declaring several pointer variables, there must be one pointer declarator * for each pointer variable.
3. Dangling pointers present no problem in C++
4. Dynamic variables or dynamically allocated variables in C++ are created and
destroyed according to the program’s needs.
5. There should eventually be a call to the operator delete on a pointer that
points to the memory allocated by each call to new.

1. False
2. True
3. False
4. True
5. True

Computer Science & Information Technology

You might also like to view...

To not accept a tracked change, the author can click the ________ button

Fill in the blank(s) with correct word

Computer Science & Information Technology

To achieve a table that simulates frames, create a table with the same number of ____ as the number of frames you want.

A. headers B. rows C. cells D. columns

Computer Science & Information Technology