โช Choose the correct option.
What will be the output of the following program?
#include
#define max
int main(){
printf("%d",max);
return 0;
}
#include
#define max
int main(){
printf("%d",max);
return 0;
}
#include
#define max
int main(){
printf("%d",max);
return 0;
}