[Solved] What is the ‘–>’ operator in C/C++?
Introduction The ‘–>’ operator is a pointer operator in C/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 structure or union through a pointer. This operator is used to access the members of … Read more