InterviewSolution
Saved Bookmarks
| 1. |
Which of the following operation is illegal in structures?(a) Typecasting of structure(b) Pointer to a variable of the same structure(c) Dynamic allocation of memory for structure(d) All of the mentionedThis question was addressed to me in an interview for job.This is a very interesting question from Structures and Functions topic in portion Structures, Unions and Bit-Fields in C of C |
|
Answer» Correct option is (a) TYPECASTING of structure |
|