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.

454 B

language library title layout yt_link zip_link
C Standard Arrays in C emacspeak_tutorial https://youtu.be/JdOmV2V4dzs /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 in conjunction with this video.

Hopefully everything was explained alright. Let me know if not.