Home > Back-end >  An error is: the expression must be just want to complete type of pointer
An error is: the expression must be just want to complete type of pointer

Time:09-16


Why would an error??

CodePudding user response:

Have a look at your structure definition

CodePudding user response:

Need to have a look at your structure definition is what ~

CodePudding user response:

Struct student
{
Int num.
Char name [20].
A double score [3].
};
Structure is defined
  • Related