When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

C Programming: Advanced Data Types - 5
This course is part of C Programming with Linux Specialization
Free

This Course Includes
coursera
4.4 (45 reviews )
7 hours (approximately)
english
Online - Self Paced
course
Dartmouth College
About C Programming: Advanced Data Types - 5
Learn new concepts from industry experts
Gain a foundational understanding of a subject or tool
Develop job-relevant skills with hands-on projects
Earn a shareable career certificate
What You Will Learn?
- Define new data types (structures) to store multiple data items in one variable and create, initialize and modify variables of these new types .
- Find and explain the memory usage of a structure and use pointers to structures.
- Create linked lists of structures with dynamic memory allocation at runtime .
- Sort or search lined lists of structures .