Please answer this question so i can check my answers Determ
Please answer this question so i can check my answers.
Determine whether the following array declarations are valid. if a declaration is valid determine the size of the array.
Solution
Answer:
a) Valid , size 4
(b) is valid, size 10, all other elements are set to 0
(c) is not valid
(d) is valid, size 5
(e) is not valid
(f) is also valid, all other elements are set to empty string
