Question: *** I just need help finishing this program off. I need a display function, that after you modify or delete a student info it displays
*** I just need help finishing this program off. I need a display function, that after you modify or delete a student info it displays on the screen***
#include
node *next; }*head,*lastptr;
void Add() //Add Student's Info// { node *p; p=new node; cout<<"Enter name of student:"<
if(check) { head = p; lastptr = p; check = false; } else { lastptr->next=p; lastptr=p; } cout< int main() { int choice; do { cout<<"Option: "<
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
