Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Master fundamental C programming variable types in this 20-minute tutorial covering essential data types and their memory allocation. Explore integers for whole numbers (4 bytes), floats for single-precision decimals (4 bytes), doubles for double-precision decimals (8 bytes), chars for single characters (1 byte), character arrays for strings (variable size), and booleans for true/false values (1 byte). Gain practical understanding of variables as reusable containers that behave according to their stored values, with additional insights provided in the concluding segment.
Syllabus
00:00:00 int
00:04:06 float
00:07:35 double
00:09:26 char
00:11:34 char[]
00:14:37 bool
00:18:55 extra details
Taught by
Bro Code