Computer Science, asked by jainithakkar1409, 1 year ago

Compare primitive and non primitive data type

Answers

Answered by missdagar
1
primitive data type is thr most basic data types of computer . It is of 8 types-
boolean
byte
char
short
int
long
float and
double
these data types serve as building bloks of data manipulation.
non primative data type are not defined as by programming language . They are sometimes called refrence variables
Answered by amitaagarwal4827
0

Answer:

primitive data types are predefined data types provided by a programming language to store data in a variable.

non primitive data types are derived by primitive data type.

Similar questions