Q. The members of union can be accessed using ___. (A) Dot Operator (.) (B) And Operator (&) (C) Asterisk Operator (*) (D) Right Shift Operator (>) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Dot Operator (.) Explanation: The dot operator (.) is used to access members of a union.