Computer Science, asked by afra4444, 6 months ago

your progress
1. What is structure?
2. Structure combines different types of data under a single unit. Star
whether this is true or false.
3. Which of the following is true for accessing an element of
structure?
a. struct.element
b. structure_tag.element
c. structure_variable.element
d structure_tag.structure_variable
4. What is nested structure? Write an example.​

Answers

Answered by manickasamy77
2

1.)A structure is an arrangement and organization of interrelated elements in a material object or system, or the object or system so organized. Material structures include man-made objects such as buildings and machines and natural objects such as biological organisms, minerals and chemicals.

4.)When a structure contains another structure, it is called nested structure. For example,we have two structures named Address and Employee. To make Address nested to Employee, we have to define Address structure before and outside Employee structure and create an object of Address structure inside Employee structure.

Answered by kaurrachpal1985
5

Answer:

1 .It is a user defined data type which represent collection of logically related data items

2.true

3. structure _ variable.element

4. An element of a structure may itself be another structure. such a structure is known as nested structure. the concept of nesting enables the building of powerful data structures.

I Hope it helps you......

Similar questions