21) The parameter passing mechanism for an array is
Answer is:
call by reference
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
Answer is: