Create a linked list that has:
A List struct that has the the following info about the LinkedList (updated when LL gets updated):
-pointer to the head node
-pointer to the tail node
-pointer to the node in the list with the max value
-count for the number of items in the linked list
-A Node struct with this info:
-a pointer to the next node
-a pointer to the previous node
-int number (for the max value)
-Data data [Data is a struct]
Data struct which has the following data:
-char name[50];
-int age;
Each Node in the linked list should contain the struct Data
Implement these functions for the linked list
– addToStart(MyList, int,
PayPal Gateway not configured
PayPal Gateway not configured