Working with linked lists, I am doing the following:
struct Node* head, tail, temp;
where Node is a structure for linked list, head points to first el