What is the output of the following code?
int main()
{
int ary(3)=[20,30,40];
printf("%d", a(1));
}

Posted on by