The following is an example of the creation of a(n) ____ in C.first = &t1;t1.nextaddr = &t2;t2.nextaddr = &t3;t3.nextaddr = NULL;
A. array
B. stack
C. linked list
D. queue
Answer: C
Computer Science & Information Technology
You might also like to view...
The ________ dialog box displays tabs for each object type and a tab for each open database
Fill in the blank(s) with correct word
Computer Science & Information Technology
A bookmark link is a link to a specific position within the same document or another document
Indicate whether the statement is true or false
Computer Science & Information Technology