Featured resource
2026 Tech Forecast
2026 Tech Forecast

Stay ahead of what’s next in tech with predictions from 1,500+ business leaders, insiders, and Pluralsight Authors.

Get these insights
  • Course

C Foundations: Arrays and Strings

Arrays are a fundamental data structure in C programs and are the foundation for strings. This course will teach you how to work with arrays and strings in C.

Beginner
57m
(4)

Created by Giovanni Dicanio

Last Updated Jul 25, 2025

Course Thumbnail
  • Course

C Foundations: Arrays and Strings

Arrays are a fundamental data structure in C programs and are the foundation for strings. This course will teach you how to work with arrays and strings in C.

Beginner
57m
(4)

Created by Giovanni Dicanio

Last Updated Jul 25, 2025

Get started today

Access this course and other top-rated tech content with one of our business plans.

Try this course for free

Access this course and other top-rated tech content with one of our individual plans.

This course is included in the libraries shown below:

  • Core Tech
What you'll learn

Arrays are a fundamental data structure in C programs. They are the foundation on which more complex or specific data structures are built, including strings. In this course, C Foundations: Arrays and Strings, you’ll learn how to proficiently work with arrays and strings in your C programs. First, you’ll explore the basics of arrays, how to create and initialize them, their memory layout, how to dynamically allocate them, and some of their associated pitfalls. Next, you’ll discover how strings in C are basically a special application of arrays, with the key addition of a null-terminator. Finally, you’ll learn how to work with strings in C, including basic operations like copying strings, duplicating them, understanding string pointer syntax, and the concept of shallow vs. deep copy. When you’re finished with this course, you’ll have the skills and knowledge needed to use arrays and strings in your C code to implement common operations.

C Foundations: Arrays and Strings
Beginner
57m
(4)
Table of contents

About the author
Giovanni Dicanio - Pluralsight course - C Foundations: Arrays and Strings
Giovanni Dicanio
13 courses 4.5 author rating 678 ratings

Giovanni Dicanio is a computer programmer specialized in both cross-platform C and C++, and Windows operating system development. He is a Microsoft MVP for Visual C++. He also blogs on msmvps.com/gdicanio.

Get started with Pluralsight