Deadline 10/26/2020 at 10:00pm

  1. Write a program in C++. you have to implement Student Management System using Concepts of OOP you have to take information on run time for instant student name, student ID, Email and section etc. students record can be increased in runtime for instant student can be 10 or 100. you can use any data structure you want.
  2. Write a program to implement Queue Data Structure with edition of one function name reverse printing when you call that function your function should print Queue in reverse order for example if Queue is populated with 1,2,3,4 etc. your reverse function should print 4,3,2,1 etc.
  3. Write a program to implement Doubly link list for this Question you have to make function name Indexed_Value( int a) which takes index as a parameter and print that index value for example if you have 10 values then if user enters 5 you have to print 5th value of the link list. keep in your mind you have doubly link list.
Best Of Luck 

 

Post a Comment

Previous Post Next Post