#include #include #include main() { char c1[10]; strcpy(c1, "hi there"); List *l1 = new List; Node *n1 = new Node(c1); }