Computer Science, asked by ajayakumar15377, 10 months ago

differents between primitive data type and non primitive data type?

Answers

Answered by shrishti3166
5

Answer:

primitive data type is either of the following a basic type is a data type provided by a programing language as a basic building block

non primitive data are the more sophisticated member of the data type family

Answered by reetarani874
6

Answer:

Primitive data types

A data type which has no method and that is not object.It is predefined data types.For example int ,float,Boolean etc.

Non primitive data types

Non primitive data types are the data types defined by programming language but created by the programmer. For example array etc..

hope it helps u

Similar questions