answersLogoWhite

0


Best Answer

Any datatype which the user creates in code, that isn't native to the language. A linked list can be an example of this

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is user define datatype and explain it?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the different user define data typesexplain with example?

what are the different user define data types explain with example


What is class in oops?

class is a user defind datatype


What is the need for structure datatype?

A structure is not a data type. We use structures to define new data types (user-defined data types). If we didn't have the ability to create user-defined types we'd be limited solely to the built-in data types and arrays of those types.


How do you define a method with method attributes?

Access Datatype1 MethodName(Datatype TemporaryName, Datatype TemporaryName) { return Datatype1; } Which could look like: public String Hello(String firstAttribute, String secondAttribute ) { return firstAttribute; }


Define and explain sugar fermentation?

Define and explain sugar fermentation.


What is the best datatype for storing your birthday?

in Unix: the datatype is "Date" in C++: the datatype is "char"


What is the best datatype for storing birthdays?

in Unix: the datatype is "Date" in C++: the datatype is "char"


Define process according to user interactionin operatin system?

4. Define process according to user interaction?


What is the definition of public relations by Sam Black?

Define and explain public relations as given by Sam Black. Define and explain public relations as given by Sam Black. Define and explain public relations as given by Sam Black. Define and explain public relations as given by Sam Black. Define and explain public relations as given by Sam Black.


How o explain confidentiality to a service user?

how to explain what is confidentiality to a service user


Which control allows the end user to enter any data they wish in c?

One can use System.Object datatype to hold any values.


Write a program that show size of datatype?

sizeof(datatype)