rothmans-avatar

"Kindly provide the details of the following array initialization code. int list[25]= {4, 7};"

Help me mates. I am programming paper next week. Need a solution.
0%

1 reply

over 13 years ago
rogerpapa-avatar
"The statement_x000D_ int list[25]= {4, 7};_x000D_ declares list to be an array of 25 components_x000D_ –The first two components are initialized to 4 and 7 respectively_x000D_ –All other components are initialized to 0_x000D_ _x000D_ Source: http://in.docsity.com/en-docs/Introduction+to+Computing-Computer+Fundamentals-Lecture+Slides"