Vidyalelo
C Programming · Q85

Structure and Union

Programming · C Programming · question 85

Q85

Which of the following operation is illegal in structures?

A.
Typecasting of structure
Answer
B.
Pointer to a variable of the same structure
C.
Dynamic allocation of memory for structure
D.
All of the mentioned

Answer: Option A

Solution

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