Data Types in C+ +: Abdul Shakoor
Data Types in C+ +: Abdul Shakoor
+
Presented By
ABDUL SHAKOOR
Data Types
1.
2.
3.
4.
5.
Integer
Floating Point
Double Precision
Characters
Boolean
a.
b.
c.
c.
type
data.
The real data type is represented in decimal
or exponential notation
Float type data may be signed or unsigned.
For example, 23.26, 0.56, -9.81 are the
examples of floating type data.
The storage capacity for float type variable
is four bytes and it can store real values
from 3.4x10^-38 to 3.4x10^+38.
THE END
THANK YOU