CTS - continued
–Value Type
– Built-in Type
– Integer types (sbyte, short, int, long, byte,
– ushort, uint, ulong)
– Floating point types (float, double, decimal
– [128 bit])
– Boolean (bool [T/F])
– Character (char [single character – values
– written ’x’])
– User-defined Type
– Enumeration (named integer values)
§