Max Rebo
0
Q:

primitive and non primitive data types in c++

Primitive data types are those data types which are used by programmers when creating variables in their program. 
For example :-
    * boolean
    * char
    * byte
    * short
    * int
    * long
    * float
    * double
Non-Primitive data types:
    * String
    * array
    * enum
    * class
    * etc
3

New to Communities?

Join the community