Programming
C Types
Before you go and declare a variable, you must know what kind of value will it hold.
- Primary data types:
- char
- int
- float
- double
- Modifiers:
- unsigned
- signed
- long
- short
- const
Follow the links or just press next button bellow.