CodePudding user response:
Has been solved,CodePudding user response:
This function should be so written, for reference:void Sta_max ()//statistical result high function
{
Int z, Max=0;
If (count==0)
Printf (" you haven't enter student achievement \ n ");
The else {
For (z=0; ZIf (Max & lt; STR [z]. Sum)
Max=STR [z]. Sum;
}
Printf (" divided into top: % d \ n ", Max).
}
system("pause");
The menu ();
}