# define MaxSize 10
Typedef struct {
The int data [MaxSize];
Int length;
} SqList;
Void InitList (SqList & amp; L)
{
for(int i=0; i
L.l ength=0;
}
Int main () {
SqList L;
InitList (L);
return 0;
}
CodePudding user response:
With the command line version of streamline vc2008 try, compile phase without the grammar problem