What is the '-->' operator in C/C++?

 

In C and C++, the --> operator is not a standard operator. The --> sequence of characters is not a valid operator or syntax in either language. It's possible that you might have come across it in some specific context or codebase, but it's not part of the core C or C++ language.

If you have a specific code snippet or context in which you're encountering the --> sequence, please provide more information so that I can help you understand its usage or purpose within that context.

Comments