Everything you ever wanted to know about C types, Part 2

24
The C type system is often misunderstood or overlooked. This article, the second in a series, discusses the derived types, or types that are built from other types, and some of the interactions that occur when data of multiple types are mixed.

Link: IBM developerWorks