Multiple choice

Which of the following statements is/are true for the “structures” in C language?

  1. We cannot create nesting of “structures” in a C program.

  2. By default, all the member structures are private.

  3. We can pass a structure element to a function.

  4. Both 1 and 3

  5. Both 2 and 3

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

It is possible to pass a structure element to a function.