User Profile
Collapse
-
how would I need to pass the array though to compute grade to actually make the change? -
Why am I getting a Segmentation fault?
I Have written this code for a programming assignment in a C/C++ class and I can not find were it is having problems
*************** ***
Code:struct student { char last_name[20]; char frist_name[20]; float points; char grade; }; ... void sort(struct student list[], int n) ... fp1=fopen(argv[1], "r"); ... while(check!=EOF) {
No activity results to display
Show More
Leave a comment: