Basically, each link in a linked list is a structure containing two things: the data you're storing, and a pointer to the next link in the list.

What have you tried? Show us your code.