primitive types c#
// What is primitive data types ?
The most famous primitive data types are: int, object, short, char, float,
double, char, bool. They are called primitive because they are the main
built-in types, and could be used to build other data types.