Question: c++ fuctions that creates a new node when the input are char name[] and int level. struct node { char name[20]; int level; niode next;
c++ fuctions that creates a new node when the input are char name[] and int level.
struct node { char name[20]; int level; niode next; };
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
