Multiple choice Which of the following statements is/are true for the “structures” in C language? We cannot create nesting of “structures” in a C program. By default, all the member structures are private. We can pass a structure element to a function. Both 1 and 3 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.