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
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
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.