Primitive Data Type,”Is either of the following1. A basic type is a data type provided by a programming language as a basic building block. Most languages allow more complicated composite types to be recursively constructed starting from basic types.2. A built-in type is a data type for which the programming language provides built-in support.In most programming languages, all basic data types are built-in. In addition
many languages also provide a set of composite data types.”