struct Node* n;n = (struct Node*)malloc(sizeof struct Node);
struct Node* n;
n = (struct Node*)malloc(sizeof struct Node);
struct Node* n;n = (struct Node*)malloc(sizeof struct Node);...free(n);
...
free(n);