Which is not user defined data type struct enum or longe?
Answers
Answer: struct and enum
Explanation:
User Defined data type:
The data types that are defined by the user are called the derived datatype or user-defined derived data type.
struct is the key word for creating a structure.
Structure :
A structure is a user defined data type in C/C++. A structure creates a data type that can be used to group items of possibly different types into a single type.
enum is the key word used to create an enumeration
Enumeration :
Enumeration (or enum) is a user defined data type in C. It is mainly used to assign names to integral constants, the names make a program easy to read and maintain. It can also be created in C++ and Java.
long is the data type for long integers. It is a pre-defined data type used to store integer data of size larger than int.
Please mark me Brainlliest. Pls!!
#answerwithquality & #BAL