Home » C Programming » Structures » Question
  1. Which of the following operation is illegal in structures?
    1. Dynamic allocation of memory for structure
    2. Typecasting of structure
    3. Pointer to a variable of same structure
    4. All of above
    5. None of these
Correct Option: B

Typecasting of structure



Your comments will be displayed only after manual approval.