Exam 13: Pointers and Linked Lists

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

*head.item is the same as *head).item

(True/False)
4.9/5
(29)

If you want to make your linked list a class,you must also include the _____.

(Essay)
4.7/5
(33)

Apart from constructors,the operations for a queue listed in the text are ____________,_____________,and _______________,

(Short Answer)
4.8/5
(29)

The constant NULL can be assigned only to pointers that point to numbers

(True/False)
5.0/5
(35)

Data is inserted into a queue at the back.

(True/False)
4.8/5
(41)

If you need to access the last element of a linked list with N nodes in it,how many comparisons do you need to make to find the last element?

(Multiple Choice)
4.9/5
(42)

When adding a node to a linked list,which pointer variable do you update first?

(Short Answer)
4.7/5
(39)

A linked list is not fixed in size.

(True/False)
4.9/5
(38)

The last node in a linked list as defined in the text should always point back to the head of the list.

(True/False)
4.8/5
(44)

To remove an item from the stack,we call the ____ function

(Multiple Choice)
4.8/5
(30)

If NodeTypePtr is defined to be a pointer type to a node in a linked list,then the declaration NodeTypePtr head;

(Multiple Choice)
4.8/5
(38)
Showing 41 - 51 of 51
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)