I am creating two new lists with C, the code is shown below
struct ListNode { int val; struct ListNode *next; }; struct ListNode* createLis