engineering recuitment NIC NIELIT Scientist B 2023 Mock Test Programming and Data Structure Linked List Singly Linked List
Let p be a pointer pointing to a node with the value b. what is the output of the following code?
i) first → link = p → link ;
ii) p → link →link = p ;
iii) printf (“ % c”, first → link → link → link → data) ;
1
a
2
b
3
c
4
d