#include #define SIZE 100 int main(int argc, char *argv[]) { int i; i = 101; #undef SIZE if (i > SIZE) { printf("Yey!\n"); } }