Computer Science, asked by Nitesh09, 1 year ago

What do you understand by custom types in c++?

Answers

Answered by Harsh9924
0
we understand nothing by custom types in c++
Answered by phillipinestest
0

Custom types in C++ can also be called as user-defined data types. The term is generally used to refer to objects, unions and structures.

Structures are the user-defined data members in a program which are declared and defined by the user and can have multiple data elements inside them which can be of same or different primitive data types.

However, the data members of a structure can also be a data element of another structure type/user-defined data type.

Similar questions