Consider the following structureStruct {int data;struct node *prev;struct node *next;}NODE;NULL <-- 5 --> 8 --> 10 --> NULLp <-- q <-- rWhat will be the value of r-->prev-->-->next-->data?A. 8B. NullC. 5D. 10

D

This question is related to Oracle Interview

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions