I\'m creating a "linkedList" (linked nodes) with a Node struct like this:
struct Node { DataType dataname; //struct DataType: { int m; }; Node * pr