Computer Science, asked by yagapreethi, 6 months ago

the operator -> is used to

Answers

Answered by shreyam40665
1

Answer:

An Arrow operator in C/C++ allows to access elements in Structures and Unions. It is used with a pointer variable pointing to a structure or union. The arrow operator is formed by using a minus sign, followed by the geater than symbol as shown below.

Syntax:

(pointer_name)->(variable_name)

Similar questions