1)

Select the correct statement from the following, why structures are defined as value types but not reference types?


A) Structures are allocated on stack.

B) Structures consists of small amount of data in them. Hence using stack for declaration of such variables is not a problem.

C) All of the mentioned.

D) None of the mentioned.

Answer:

Option C