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 !!
Reverse a string using an iterative function