1.

Which entry can use the pointer in the linked list?(a) first entry(b) last entry(c) second entry(d) third entryThis question was addressed to me in class test.My question is from Buffer Exchange topic in division Buffering and other Data Structures of Embedded Systems

Answer»

The correct CHOICE is (a) first entry

For explanation I WOULD say: The first entry of the single linked list will use the pointer entry to POINT the location of the second entry and so on. The last entry will have a special value that INDICATES that the entry is the last ONE.



Discussion

No Comment Found

Related InterviewSolutions