Compare primitive and non primitive data type
Answers
Answered by
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
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
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