Computer Science, asked by eswardora1995, 8 months ago

Differentiate between array declaration and array initialization.​

Answers

Answered by Anonymous
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 saiyadafatma00
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