Use of arrow (“->”) operator in C/C++

Use of arrow (“->”) operator in C/C++

Array operators are used extensively in most large programs. But why is this arrow used? Or what is the reason for using it? It is basically an access operator. Variables can be declared both at compile time and at run time in C/C++. The way we usually declare...