Home | Projects | Notes > C Programming > Data Types & Variables

Data Types & Variables

 

Data Types

 

Some Important C Data Types

Integer Data types

Float Data Types

 

Storage Size of Data Types

 

Integer Data Type

char, unsigned char

short int, unsigned short int

int, unsigned int

long int, unsigned long int

 

Variable Definition

 

Representing Negative Values (2's Complements)

 

2s-complement