<<< Data Types | Index | Integral Data Types >>> |
Integral data type deals with integers -- numbers without a decimal part. (Characters are also integral types.)
Floating-point data type deals with decimal numbers, such as 3.14
Boolean data type deals with logical values involved in decision making during program execution.
<<< Data Types | Index | Integral Data Types >>> |