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 (→)

1 marks
Asked in 2018-objective

Answer

AI Generated Answer

AI is thinking...