3
Answers

Where are operators defined in C# ?

Anyone can explain how C# compiler knows what operator exist? Where actually these operators are defined? For ex: how compiler know '+' exist ?

Answers (3)