Tuesday 12 February 2013

What is Primitive Data Types in Data Structure ?


What is Primitive Data Types in Data Structure ?

The different primitive data types are

1) integer
2) float
3) double
4) character
5) boolean

Using this we can represent a single value. The range of values in each primitive data type is different in different computer languages. For example in C language the range of integer value is -2^31 to 2^31 - 1.

0 comments:

Post a Comment

Powered by Blogger.