What is the output of the following code?

void main()
{
int array [ ]= {10,20,30,40};
printf("%d",array);
}

Posted on by