








Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An introduction to data types in the c programming language. It covers the different types of data, including basic types (integer and floating-point), derived types (pointers, arrays, structures, unions, and functions), and the void type. The document also includes tables detailing the storage sizes, value ranges, and precisions for various data types.
Typology: Lecture notes
1 / 14
This page cannot be seen from the preview
Don't miss anything!









Type Storage size Value range Precision float 4 byte 1.2E-38 to 3.4E+38 6 decimal places double 8 byte 2.3E-308 to 1.7E+ 15 decimal places long double 10 byte 3.4E-4932 to 1.1E+ 19 decimal places