Multiple Choice
The expression t1.nextaddr->name can be replaced by the equivalent expression ____.
A) (*t1.nextaddr) .name
B) (&t1.nextaddr) .name
C) *(*t1.nextaddr) .name
D) *((*t1.nextaddr) .name)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: The indirection operator in C is _.<br>A)")"<br>B)-><br>C)&<br>D)*
Q27: The expression *emp.ptPay is equivalent to the
Q28: Deleting a structure in a linked list
Q29: The dot operator has a lower precedence
Q30: _ reserves space for an array of
Q32: The member operator is evaluated from right
Q33: The structure pointer operator is _.<br>A)")"<br>B)-><br>C)&<br>D)*
Q34: A dynamically linked list permits adding or
Q35: A queue is a LIFO structure.
Q36: In addition to an end-of-list sentinel value