11. |
Which of the following accesses a variable in structure b?
|
||||||||
Answer:
Option (b) |
12. |
Which of the following accesses a variable in structure *b?
|
||||||||
Answer:
Option (a) |
13. |
What is the output?
struct pens
|
||||||||
Answer:
Option (b) |
14. |
What is the output?
struct student
|
||||||||
Answer:
Option (a) |
15. |
What is the output?
struct point
|
||||||||
Answer:
Option (a) |
16. |
The correct syntax to access the member of the ith structure in the array of structures is?
struct temp { int b; }s[50];
|
||||||||
Answer:
Option (d) |
17. |
What is the output?
void main()
|
||||||||
Answer:
Option (b) |