35) Pick the correct answers
if x is an one dimensional array, then
Answer is:
both *(x + 1) is same as *(&x [ i ]) & *(x + i) is same as x[ i ]
Related C Programming MCQ with Answers
Answer is:
None of the above
Answer is:
all of these
Explanation:
An external variable
* is globally accessible by all functions
* has a declaration
* will be initialized to 0 if not initialized