Search


Consider the C' code fragment given below. typedef struct node int data; node* next; 1 node; void join(ncAP* m, node* n) { node* p = n; while(p—>next != NULL) p = p—>next; } p—>next = m; } Assuming that m and n point to valid NULL-terminated linked lists. invocation of join will.

Answer

Top Questions


Question Reading Views and Total Anwered

Views : 6.4k

Answer : 1


Related Questions