+ 2
What is difference between primitive and non primitive data types with example?
2 Respuestas
+ 2
Thank u
+ 1
Primitive data type are nothing but basic data types like the - int, char, long etc,
Non Primitive data type are derived from basic data types like array, structure, union, string.
Hope this helps...!