Q. Which of the following can be used as a structure pointer? (A) (*s).x (B) s->x (C) &s.x (D) s.x ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) s->x Explanation: s->x is used to access members of a structure pointer.