The following sequence of operations are performed on the above singly linked list.

struct node   *q ;

q = start → next → next → next ;

q → next → next = start ;

q = q → next → next → next ;

printf (“%d”, q → data) ;

1
5
2
6
3
1
4
3

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation