Computer Science, asked by samzkid95, 17 days ago

To store a number of similar, related variables under the same name, we use ______

Answers

Answered by nidaeamann
1

Answer:

Structure

Explanation:

To store a number of similar, related variables under the same name, we use a structure.

A structure is used most of the programming languages where we want to keep data which is similar to each other or can be represented as some form of group data. The variables can have same data type of even different data types.

Similar questions