What is a user-defined data type?

Skill/Topic: Variables and Pointers
A) A user-defined data type is a group of primitive data types defined by the programmer.

Showing Answers 1 - 16 of 16 Answers

samiksc

  • Jan 19th, 2006
 

A user defined data type is a structure which contains variables of basic data types.

For example user can define a data type called employee which contains variables like string empname, int deptno, float salary etc.

  Was this answer useful?  Yes

mahesh

  • Dec 12th, 2006
 

User defined data type is data type which is a collection of other data types.

Example Structure in which we can add integer,float,char,and byre

  Was this answer useful?  Yes

Chantigd

  • Jan 1st, 2007
 

There are three ways of declaring user-defined datatype1. Structures2. Unions3. Typedef

  Was this answer useful?  Yes

bhargavi

  • Apr 24th, 2007
 

a user defined data type  means collection of predefined data types

  Was this answer useful?  Yes

bhargavi

  • Apr 24th, 2007
 

it is defined as collection of predefined data types or it can be a single predefined data type

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions