Junior — Senior
Calculating the macro result and variable value
livecode
Task condition
It is necessary to determine what value the variable X will have after macro substitution.
# define SQ(X) X*X
int X = SQ(3-2);
livecode
Task condition
It is necessary to determine what value the variable X will have after macro substitution.
# define SQ(X) X*X
int X = SQ(3-2);