1.

Choose the correct syntax for accessing a structure element. (a) structure_name.element_name; (b) element_name.structure_name;(c) structure_variable.element_name; (d) element_name.structure_variable;

Answer»

(c) structure_variable.element_name;



Discussion

No Comment Found