What will be the output of the following program?

Practice Declarations and Initializations – What will be the output of the following program?
#include
#define max
int main(){
printf("%d",max);
return 0;
}