Arrow operator (->) usage in C September 28, 2022 by Tarik foo->bar is equivalent to (*foo).bar, i.e. it gets the member called bar from the struct that foo points to.