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.

Dartmouth College logo

C Programming: Advanced Data Types - 5

This course is part of C Programming with Linux Specialization

     
  • 4.4
  •  |
  • Reviews ( 45 )
Free

This Course Includes

  • iconcoursera
  • icon4.4 (45 reviews )
  • icon7 hours (approximately)
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconDartmouth 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 .