swapping section and credit numbers along with course nameHow can I also make section and credits switch with course_name, there's an error when I try to prin...
used without being initializedit says stu_id is used without being initialized. What should I do about it? [code] void print...
arrange course names in alphabetical order#include <stdio.h> #include <malloc.h> #include <stdlib.h> #include <string.h> #include <iostream> ...
arrange course names in alphabetical orderI'm trying to sort student ID's and their courses in numerical and alphabetical orders, but how? ...
This user does not accept Private Messages