// TAG

#C

Posts in this collection, ordered newest first.

Development1 min read

C: Arrays

Introduces one- and two-dimensional arrays in C, including declaration, initialization, indexing, and row-major memory layout.