C Programming - Old Questions
Question Answer Details
7.Which operator is used to access the members of structure using structure variable?
a) Address operator (&) b) Dot operator (.) c) Pointer operator (*) d) Arrow operator (→)
Answer
AI Generated Answer
AI is thinking...