There are mainly three data type in C as following :
- Basic Data Type
- int
- char
- float
- long
- double
- long double
- Derived Data Type
- Array
- Pointer
- function
- User Define Data Type
- structure
- union
- enumerated
- typedef
| Data Type | Memory Allocation |
|---|---|
| int | 2 byte |
| long | 4 byte |
| float | 4 byte |
| double | 8 byte |
| long double | 10 byte |
| char | 1 byte |
No comments:
Post a Comment
Let Us hear Your thoughts about this Post.. Its Our Pleasure to get your feedback..