Which of the following statements about the language "C" is/are correct?
(i) Instead of the entire array, a part of the array can also be passed to the function.
(ii) Numeric array elements cannot be assigned initial values if the array is defined as a pointer variable.
1
Neither (i) nor (ii)
2
Both (i) and (ii)
3
Only (ii)
4
Only (i)