Problem
Write a program to impliement a management information system for students throught the concept of DOUBLY LINKED LIST, that should have the ability to ADD nodes in an ascending order, DELETE nodes, DISPLAY nodes, EDIT nodes, Search nodes. The user should be able to view all the students at any given time and also able to edit any?
Students and update one field according to his/her choice. Data should be , Roll number, Name, Grades, Batch, Semester, CGPA and Contact Number.