#include #include struct node { int info; struct node *ptr; }; struct node *head1 = NULL, *curr1, *curr2, *curr