raj kumar


{ City } bangalore
< Country > india
* Profession *
User No # 77672
Total Questions Posted # 1
Total Answers Posted # 0

Total Answers Posted for My Questions # 1
Total Views for My Questions # 2922

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Questions / { raj kumar }
Questions Answers Category Views Company eMail

Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?

Oracle,

1 C 2922




Answers / { raj kumar }