Loading...

Wednesday 26 October 2011

// // Leave a Comment

Data Types in C Language

As in earlier posts I have introduced you with C Language. C language is the worlds most used and very powerful language for making Windows Application also Unix and Linux applications.

We have basically five data types in C Language. These are as following:

Character: char

Integer: int

Float: float

Double: double

Void: void