Letter after a number, what is it called?
The best source is the C# specification, specifically section Literals. The relevant bits: The type of an integer literal is determined as follows: If the literal has no suffix, it has the first of these types in which its value can be represented: int, uint, long, ulong. If the literal is suffixed by U or … Read more