Vidyalelo
C Programming · Q17

Structure and Union

Programming · C Programming · question 17

Q17

In C, can a structure be passed as an argument to a function?

A.
Yes, by value
B.
Yes, by reference
Answer
C.
No, it's not allowed
D.
Only if the structure has fewer than 3 members

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board