define node in c code example Example: node in c typedef struct { unsigned int var1; char* var2; } node;