] > Classification of Primitive Types

2.10 Classification of Primitive Types

                                  ---char
                                  --short
                                  |
                                  ---int
                                  ---long   -- char
                 --Integer types--|         --short
                 |                |unsigned-|
                 |                |         |--int
                 |                |         -- long
Predefined types-|                |
                 |                --signed---- char
                 |                ---
                 |                | float
                 -Floating types -|-double
                                  |
                                  ---long---- double

Suffixes on Constants
Prefixes on Constants