What is the output of the following code?

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




Posted on by