Chapter 4 Data Types

This chapter explains the C data types and shows how to declare and use C variables. The chapter begins by describing the basic data types from which all other data types are derived. We then discuss more complex data types, including arrays and structures. In Chapter 5, “Advanced Data Types,” we'll explore more advanced data-handling topics, such as variable visibility and automatic type conversions.