Multiple choice Which operator is used to access a structure element using a pointer? Dot(.) Pointer (&) Pointer (*) Arrow (->) Not(~) Reveal answer Fill a bubble to check yourself D Correct answer Explanation Arrow (->) operator is used to access a structure element using a pointer.