Question: C Programming: Write a menu hased program to maintain student records. Your program should take the following inputs: 1. Student ID (any value between 1000
C Programming:

Write a menu hased program to maintain student records. Your program should take the following inputs: 1. Student ID (any value between 1000 to 1100)-NO DUPLICATES 2. Student first name (max. 20 characters) 3. Student last name, (max. 20 characters) 4. Student scores (float/double), ee, 85.4 5. Zip code (may be a string) You ha tg create a structure Student with above information. Then create a Binary Search Tree where each node in the BST contains a Student. Note1: Student ID (left child
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
