When I try to create a node I get the error at the title. The implementation is:
struct Node { int data; Node *prev, *next; // Function to ge