How does the class definition of a doubly linked structure differ from a singly linked structure?
A. by adding a previous pointer
B. by adding another head pointer
C. by adding an extra data field
D. by removing the tail pointer
Answer: A
You might also like to view...
A function ________ eliminates the need to place the function definition before all calls to the function.
A) header B) prototype C) argument D) parameter E) that is void
The individual words you use as search terms when using a search engine are referred to as ________
A) wildcards B) keywords C) hits D) queries
Pressing the Ctrl + Home keys at the same time in Word is an example of a ________
A) navigation shortcut B) ScreenTip C) document map D) keyboard shortcut
?Which of the following is an advantage of embedding an object?
A. ?The changes made to an object in the source file do not appear in the destination file. B. ?A connection always exists between an embedded object and its source file. C. ?A copy of the object along with a link to the source program become part of the destination file. D. ?The size of the destination file reduces because of the embedded object.