Saturday 5 February 2011

Introducing c data type




Every programming language
deals with some data. For example to print any message it requires charterer or
string type of data. To solve any mathematic expression it requires integral as
well as real number (floating type) of data. C is very rich in data type. We
can broadly divide all data type in c in three categories:



1. Primitive or fundamental
data type

2. Derived data type

3. User

No comments:

Post a Comment