Answer the following statements true (T) or false (F)
1. The dot operator (.) has precedence over the asterisk operator (*).
2. After cells are allocated using the new operator they are still part of the heap.
3. A circular list can be traversed in both directions.
4. The C++ standard template library contains a list class that is a two-way list.
5. In a stack, only the top element can be accessed.
1. True
2. False
3. False
4. True
5. True
Computer Science & Information Technology
You might also like to view...
The Start Mail Merge button appears in the ____ group on the Mailings tab.
A. New Mail Merge B. Start Mail Merge C. Mail Merge D. Merge
Computer Science & Information Technology
In the breadth first topological ordering, we first find a vertex that has a predecessor vertex and place it first in the topological ordering.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology