Back to C Programming

Arrays & Strings

Learn to store and manipulate collections of data using one-dimensional and two-dimensional arrays, with a focus on strings.

2 weeks

Topics in this Chapter

1

One-Dimensional Arrays

Learn to declare, initialize, and access elements in a simple linear array.

2

Two-Dimensional Arrays

Learn how to work with arrays that are structured as a table or grid with rows and columns.

3

Array Initialization

Explore various ways to initialize arrays at the time of declaration.

4

String Handling Functions

Learn to use key functions from the `<string.h>` library like `strlen`, `strcpy`, `strcat`, and `strcmp`.

5

Character Arrays

Understand how strings are represented in C as null-terminated arrays of characters.

GeekDost - Roadmaps & Snippets for Developers