C Programming Questions Answers
C Programming Questions Answers
8. List the primary data types in C with their sizes and ranges.
- int (2 bytes, -32,768 to 32,767) - char (1 byte, -128 to 127) - float (4 bytes, up to 6 decimal places) -
double (8 bytes, up to 15 decimal places)