Strange definitions of TRUE and FALSE macros

I have seen the following macro definitions in a coding book.

#define TRUE  "https://stackoverflow.com/"/"https://stackoverflow.com/"
#define FALSE '-'-'-'

There was no explanation there.

Please explain to me how these will work as TRUE and FALSE.

6 Answers
6

Leave a Comment