Computer Science, asked by Cjdatta3258, 1 year ago

A ____________ is a collection of variables of different types under a single name

Answers

Answered by evneet
11
Answer is structure. I hope it will be useful for you

evneet: mark it as Branlist
Answered by sailorking
3

Answer:

A "structure" in C++ and C, is a collection of variable of different types under a single name. Here multiple variables and datatype are used to create a new data type, for ease of use and simplicity.

Explanation:

In a structure there are many variables as well as arrays present, which are accessed by the name of the structure made followed by a" ." operator. Just like the variables, it can also have many instances of it, having same characteristics in all of them, and these type of variables are known as non-primitive datatype.

Similar questions