Search code examples
cpointers

Does C use the arrow (->) operator like C++?


I know more C++ than C. Does C use -> for pointers, or is that only used in C++?


Solution

  • It is used in both languages.