write about user defined data types
Answers
Answered by
3
Plz follow me
User-defined data types. User-defined data types are a common feature in BASIC programming and are used to support database, file read/write, and print operations. A user-defined data type lets you group data of different types in a single variable.
User-defined data types. User-defined data types are a common feature in BASIC programming and are used to support database, file read/write, and print operations. A user-defined data type lets you group data of different types in a single variable.
Answered by
1
Answer:
It is a user-defined data type, which holds its own data members and member functions, which can be accessed and used by creating an instance of that class. A class is like a blueprint for an object. Structure: A structure is a user defined data type in C/C++. ... Union: Like Structures, union is a user defined data type.
Similar questions