[Solved] What is the ‘–>’ operator in C/C++?
Introduction The ‘–>’ operator is a pointer operator in C It is used to access the members of a structure or union. It is also known as the structure dereference operator and is used to access the members of a…