| 1. |
Structure can contain elements of the different data type
|
||||
|
Answer:
Option (a) |
| 2. |
Which of the following operator is used to select a member of a structure variable
|
||||||||
|
Answer:
Option (a) |
| 3. |
Structure can contain elements of the same data type.
|
||||
|
Answer:
Option (a) |
| 4. |
What is a structure in C language?
|
||||||||
|
Answer:
Option (d) |
| 5. |
What is the size of a C structure?
|
||||||||
|
Answer:
Option (b) |
| 6. |
What will be the size of the following structure? (Consider integer occupies – 4 bytes) struct temp
|
||||||||
|
Answer:
Option (c) |
| 7. |
Which of the following cannot be a structure member?
|
||||||||
|
Answer:
Option (c) |
| 8. |
What is the output?
struct student
|
||||||||
|
Answer:
Option (a) |
| 9. |
What is the output?
struct student
|
||||||||
|
Answer:
Option (b) |
| 10. |
What is the output?
struct student
|
||||||||
|
Answer:
Option (b) |