Link list is implemented as a structure (data, link *), How is pointer moved to the next node, cursor points to the present node. A. cursor == cursor->link B. cursor ++ C. ++ cursor D. none of these

This question is related to Wipro Interview

Showing Answers 1 - 2 of 2 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions