data types
- There are 3 types of data types in c
-
Primitive or Fundamental
There are 3 types of primitive or fundamental data type
- Integral Type
- int
- char
- Real Type
- float
- double
- Void Type
- void
- Integral Type
-
devived
- array
- pointer
- function
-
User Defined
- staructure
- union
- enum
-
short is a qualifier and int is the data type.
©2023-2024 rculock.com