Completed
Compound Literals
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
New Features in C
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 C Standards Timeline
- 3 Undocumented Identifiers
- 4 Reserved Identifiers
- 5 Version Detection
- 6 C99 Features in Common with C++
- 7 Minimum Width Integer Types
- 8 Fastest Integer Types
- 9 Other Extended Integer Types
- 10 Relaxed Declaration Ordering
- 11 Inline Functions
- 12 Complex and Imaginary Types
- 13 Compound Literals
- 14 Designated Initializers
- 15 Flexible Array Members
- 16 Restricted Pointers
- 17 Type-Qualified Array Parameters