Which of the following is true about a circular doubly linked list?
a) inserting into the first position of the list is a special case
b) deleting from the last position of the list is not a special case
c) the precede reference of the last node has the value null
d) the next reference of the last node has the value null
b.
Computer Science & Information Technology
You might also like to view...
Worksheet tabs CANNOT be added to a worksheet
Indicate whether the statement is true or false.
Computer Science & Information Technology
______________ is the process to scramble a message or other information so that it cannot be easily read
a. Encryption b. Cryptography c. Keying d. Decryption
Computer Science & Information Technology