20) The following program
main( )
{
static int a[ ] = { 7, 8, 9 } ;
printf( "%d", 2[ a ] + a[ 2 ] ) ;
}
Answer is:
none of the above
Related C Programming MCQ with Answers
Answer is:
val[0 ][ 3]
Answer is:
All of the above
Explanation:
The size of an one-dimensional array need not be specified
* when initialization is a part of definition
* when it is a declaration
* when it is a formal parameter and an actual argument