Knowee
Questions
Features
Study Tools

A C structure or User defined datatype is also called ________.a.Derived data typeb.Secondary data typec.Aggregate data typed.All of the options

Question

A C structure or User defined datatype is also called ________.a.Derived data typeb.Secondary data typec.Aggregate data typed.All of the options

🧐 Not the exact question you are looking for?Go ask a question

Solution

The correct answer is c. Aggregate data type. A C structure or User defined datatype is also called an Aggregate data type because it allows you to combine data items of different kinds.

Similar Questions

Array is ______ datatype in C Programming language.Answer areaa) Derived Data typeb) Primitive Data typec) Custom Data typed) None of these

What are the basic data types supported in C?

Explain different datatypes in C

_________ is a user-defined data type.

Which of the following is a user-defined data-type?Select one:struct book {     char name[10];     float price;     int pages; };long int l = 2.35;char my_name;All of these

1/3

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.