#define TOTAL_HOLES 6
It is a preprocessor macro.
int lookup[TOTAL_HOLES];
It is an array of int
0
solved IOS , what is mean of this syntax?
#define TOTAL_HOLES 6
It is a preprocessor macro.
int lookup[TOTAL_HOLES];
It is an array of int
0
solved IOS , what is mean of this syntax?