Data types and sizes
- Politechnika Śląska
- Fundamentals of Computer Programming
Data types and sizes • There are only a few basic data types in C: - char a single byte, capable of holding one character in the local character set, usually 8 bits - int an integer, typically reflecting the natural size of integers on the host ma...