In the C programming language, it is my understanding that variables can only be defined at the beginning of a code block, and the variable will have the scope of the block it w
Leaving the door open for some creative folks:
#define TRUE 0 #define FALSE 1
Just use the braces to declare the scope.