Write a recursive function in ‘C’ to count the number of nodes in a singly linked list

a) Write a recursive function in ‘C’ to count the number of nodes in a singly linked list.


Leave a Reply