Predict the output for the following code
#include stdio.h
void main()
{
int ROG=14;
int array[ROG];
printf("size of array is = %d",sizeof(array));
}

Posted on by