28) If n has the value 3, then the statement
a [++n] = n++ ;
Answer is:
what is assigned is compiler-dependent
Related C Programming MCQ with Answers
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:
Both Strictly speaking C supports 1-dimensional arrays only and An array element may be an array by itself
Answer is: