Data Types In C Language
A
data type specifies the type of data that a variable can store such as integer,
floating, character, etc.
There are the following data types in C language and they are:
Fig: Datatype In C |
1. Building primary datatype
2.Derived datatype
3.User define datatype
1.Building primary datatype
- void
- char
- int
- float
- double
2. Derived datatype
- array
- function
- pointer
3. User define datatype
- structure
- union
- class
- enum
No comments:
Post a Comment