I was writing the code in this way first
typedef struct { struct Node *next; int data; } Node;
because I learned that I can write str