Синтаксис для создания узла
struct Node *ptr = (struct Node*) malloc (sizeof (struct Node))
Elated Elk
struct Node *ptr = (struct Node*) malloc (sizeof (struct Node))