Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 3 (Q.No. 27)
27.
Which (if any) of the following is NOT a programmer-defined type
an array
a structure
a class
All of the above are programmer-defined types
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Ayesha... said:   5 years ago
C data types classification are:

Primary data types:
-> int
-> char
-> float
-> double
-> void.

Secondary data types (or) User-defined data type:

-> Array
-> Pointer
-> Structure
-> Union
-> Enum

Post your comments here:

Your comments will be displayed after verification.