Predict the output
#includestdio.h
void main()
{
int a[10][20][30][40]={0};
printf("%ld",&a+2-&a);
}

Posted on by