Tuesday 22 January 1985

Data Types in C

 


  1. A data type specifies the type of data that a variable can store.
  2. There are the following data types in C language.

Types

Data Types

Basic Data Type

int, char, float, double

Derived Data Type

array, pointer, structure, union

Enumeration Data Type

enum

Void Data Type

void


Share This
Previous Post
Next Post

0 Comments: