Learn to store and manipulate collections of data using one-dimensional and two-dimensional arrays, with a focus on strings.
Learn to declare, initialize, and access elements in a simple linear array.
Learn how to work with arrays that are structured as a table or grid with rows and columns.
Explore various ways to initialize arrays at the time of declaration.
Learn to use key functions from the `<string.h>` library like `strlen`, `strcpy`, `strcat`, and `strcmp`.
Understand how strings are represented in C as null-terminated arrays of characters.