You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
420 B

---
title: "Arrays in C"
layout: emacspeak_tutorial
yt_link: "https://youtu.be/JdOmV2V4dzs"
zip_link: "/assets/emacspeak-tutorials/arrays.zip"
---
Arrays are sequential collections of objects of the same type (mostly).
Arrays and for loops are natural pairs.
Check out my [resources on loops](/emacspeak-tutorials/loops/) in conjunction with this video.
Hopefully everything was explained alright.
Let me know if not.