C Programming - 46 - Read data from an array.

preview_player
Показать описание
You can read data from an array using its index. You can access each elements in an array using its position in that array. If you want to access whole elements present in an array then you have to use any loop statements.
Рекомендации по теме
Комментарии
Автор

When reading data from your array, why don't you write i++ after x[i] (line 19) to show you want the values to be displayed one after the other?

smisonkosi
join shbcf.ru