Differentiate between array declaration and array initialization.
Answers
Answered by
3
Explanation:
array declaration means there is memory allocated for store data but now in this garbage. and initialization's means here we already stored data as we want. Explanation: so by only declaration we have garbage and by initialization we have data as we need.
Answered by
11
Explanation:
Array declaration : array declaration means allocated for store data but now in this garbage .
Array initialization : array initialization means here we already stored data as we want . explanation: so by only declaration we have garbage and by initialization we have data as we need .
Similar questions