This seems like the simplest code, but I don\'t know why it won\'t compile:
switch(choice) { case 0: printf(\"%d\", LOOP_LIMIT); /* t
Your code has something like this:
#define LOOP_LIMIT 10; ^ Remove this semicolon.