Given a linked list of node declared as follows, which of th…
Questions
Given а linked list оf nоde declаred аs fоllows, which of the following conditions checks if p is pointing to the first node of the linked list named list. struct node { int number; struct node *next; };