Q. Which of the following can be used as a structure pointer?

  • (A) (*s).x
  • (B) s->x
  • (C) &s.x
  • (D) s.x
πŸ’¬ Discuss
βœ… Correct Answer: (B) s->x
Explanation: s->x is used to access members of a structure pointer.
Explanation by: Mr. Dubey
s->x is used to access members of a structure pointer.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
74
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate