You are on page 1of 1

about a datatype Datatype represents type of information. It may be 1) Primary : Predefined with the system.

These can be a) Numeric : (int, long, float, double) b) Aphanumeric : (char) c) void 2) Secondary : Userdefined datatypes. structs, unions, enums can be used to define secondary datatypes.

You might also like