The variable inside a structure is called a(n)
Answers
Answered by
9
Answer:
a structure can contain any data type including array and another structure as well
Explanation:
thank u please follow me
Answered by
0
Answer:
A variable within a structure is called an element.
Explanation:
- A structure is used to represent data that is more complicated than a single integer, letter, or Boolean can convey.
- A single member of a bigger group is considered to be an element. In computer programming, for example, an array can contain multiple elements (indices) that can be stored and accessed independently.
Similar questions