Home > Back-end >  Bosses will write this code, but it's too difficult
Bosses will write this code, but it's too difficult

Time:09-18

: define a structure type, can store the name of a course on teacher's name, course number of students and learning scores, programming complete input 4 course information, calculate and output the most credits the gate (not only a) course information, asked for array and structure reference tasks (2) the packaging function,

CodePudding user response:

Struct kecheng
{
Char kc [20].
Char name [10].
Int number;
Int xf.
};

Int main ()
{
Struct kecheng array [4].
. .
return 0;
}
  • Related