Which of the following statement(s) is/are correct w.r.t 'C' language?
(i) A part of the array can be passed to the function instead of the whole array.
(ii) Numeric array elements cannot be assigned initial values if the array is defined as a pointer variable.
1
Neither (i) nor (ii)
2
(i) and (ii) both
3
(ii) only
4
(i) only