The Arrow operator is used to access elements in structure and union. It is used with a pointer variable. Arrow operator is formed by using a minus sign followed by a greater than a symbol.
Syntax:
(pointer_name)->(variable_name)
Shathana. S.R. Asked question April 28, 2023
