34) Choose the correct statements
Answer is:
Both an entire array can be passed as an argument to a function & a part of an array can be passed as argument to a function
Related C Programming MCQ with Answers
Answer is:
both *(x + 1) is same as *(&x [ i ]) & *(x + i) is same as x[ i ]
Answer is: