predict the output for the following code
int main() {
if(sizeof(NULL))
printf("EFX");
else
printf("SPY");
return 0;
}


Posted on by