Write a preprocessor command that uses the defined operator.
Difficulty level
This exercise is mostly suitable for students
#if !defined( TRUE ) /* if TRUE is not defined. */
#define TRUE 1
#endif
Back to the list of exercises
Looking for a more challenging exercise, try this one !!
Sum of the terms of the harmonic series and stops when the value of the term added is lower than a positive threshold - recursive