#include<stdio.h> #include<conio.h> #define MAX 100 void main() { #if MAX>99 printf(“compiled for array greater than 99.”); #else printf(“compiled for small array’”); #endif getch(); }