#include #define MAX 100int main(void){#if MAX>99 printf("Compiled for array greater than 99.\n");#endif return 0;}