Data Types in C
A Data type is a type of data. Data types constitute the semantics and characteristics of storage of data elements. Data type specifies the type of data that a variable can store such as floating, character,integer etc. They are expressed in the language syntax in form of declarations for memory location or variable.
There are the some data types in c language.
S. No. | Types | Data Types |
---|---|---|
1. | Basic Data Type | int, char, float, double |
2. | Derived Data Type | pointer, structure, union, array |
3. | Enumeration Data Type | enum |
4. | Void Data Type | void |
Basic DataType:-
The Basic datatype are integer and floating-point based.C language supports signed and unsigned literals.
Submit your review | |
The Technical Funda
Average rating: 0 reviews