Finish the following 3 functions to finish the problem
(1.) void createNodeList(int n) //function to create the list
(2.) void MiddleNodeDeletion(int pos) //function to delete a node from middle
(3.) void displayList() //function to display the list
Note!! You must follow the instruction to create the same function name