Microprocessors - Engineering

Q1:

Consider the following features of 'structures' in C?
  1. The values of a structure variable can be assigned to another structure variable of the same type using the assignment operator.
  2. One structure can be nested within another structure.
  3. A variable structure can also be passed to a function.
Which of the above are correct?

A All

B 1 and 2 only

C 1 and 3 only

D 2 and 3 only

ANS:A - All

All are correct.