What is the output of following code:
#include<stdio.h>
int main()
{
int a[10][20][30]={0};
printf("%ld",&a+1 - &a);
return 0;
}



Posted on by