Multiple Choice
Structures that are "linked" together by including the address of the next structure in the structure immediately preceding it are known as ____ structures.
A) linked
B) self-referencing
C) dynamic
D) sequential
Correct Answer:

Verified
Correct Answer:
Verified
Q11: The operation of adding a new structure
Q12: The expression t1.nextaddr->name is evaluated as _.<br>A)t1(.nextaddr->name)<br>B)(t1.nextaddr->)name<br>C)t1.(nextaddr->name)<br>D)(t1.nextaddr)->name
Q13: A linked list provides a convenient method
Q14: Dynamic memory allocation is also known as
Q15: The structure pointer operator is evaluated from
Q17: Each structure in a linked list has
Q18: The following function cycles through a linked
Q19: The following is an example of the
Q20: A stack requires a separate stack pointer
Q21: C provides the four functions, malloc(), calloc(),