0
kicks
C# Trivia - What? No Overflow?
You may be thinking to yourself, "C# doesn't do overflow checking?" And the answer to your question is "not by default" when you are using non-constant expressions. Here's how to turn integer overflow checking on in C#.