Create a singly linked list and count the number of nodes Write a program in C to create a singly linked list of n nodes and count the number of nodes. Pictorial Presentation: Add Your Solution...................