Computer Science, asked by ravenclaw9487, 1 year ago

Define primitive data type and non primitive data types

Answers

Answered by aditya1022
4
Non-primitive data types are not defined by the programming language, but are instead created by the programmer. They are sometimes called "reference variables," or "object references," since they reference a memory location, which stores thedata.Aug 8, 2009
Answered by cyrusbishop
3

Answer:

Primitive data types are the data types, which are independent of any other type.

Non-primitive data types are basically defined as derived data types.

Explanation:

The method of storing non-primitive type data is different from primitive type data. They are also called reference data types.

The datatypes that are used to store numeric values fall under this subcategory is called numeric primitive data types

Similar questions