Classify the following as primitive or non primitive data types: [2]
i) char
ii) String
iii) int
iv) class
Answers
Answered by
3
Answer:
c) int
Explanation:
int takes only two digits
Answered by
2
Answer:
int ,char and string are primitive data type. class is non primitive.
Explanation: non primitive data types are those that are derived from primitive data types
Similar questions