Any one have some simple sample codes for Linked-List codes? because from the examples I found from books, they mostly only declare integer data inside the node.

What I concern is, I need an example which have declare a character (e.g : char name[30]) data inside the node.

Thank you so much.