CodePudding user response:
MAXSTAR and MAXMETEROR have defined?They should be
# define MAXSTAR 10
Or
Int MAXSTART=10;
Such definition,
If you have no don't know the size of the array
CodePudding user response:
is definedCodePudding user response:
This would be wrong to# define MAXSTART 100 ;
# define's replacement, make structure
Star [ 100; ];
The # define the line, the final semicolon removed
CodePudding user response:
Yes, two # define statements are more than a; No.CodePudding user response:
The