26) The following program
main()
{
static char a[3][4] = {"abcd", "mnop", "fghi"};
putchar(**a);
}
Answer is:
none of the above
Related C Programming MCQ with Answers
Answer is:
what is assigned is compiler-dependent
Answer is:
It is a collection of items of the same type and storage class that share a common name and occupy consecutive memory locations
Answer is: