Answers for "primitive and non primitive data types in c++"

C++
1

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
Posted by: Guest on May-11-2020

Code answers related to "primitive and non primitive data types in c++"

Browse Popular Code Answers by Language