#include int globalvar = 0xC0DEC0DE; int main() { int stack = 0xDEADBEEF; int counter = 0; int truevar = 1; printf("The stack is here:0x%p\n", &stack); while (truevar) counter++; if (globalvar == 0xC0DEC0DE) printf("You Lose!"); else printf("WINNER!!!"); }