C# Binary LiteralsC# Binary Literals feature allows us to deal with binary values in C# application. By using this feature, we can store binary values in variables. C# provides 0b and 0x literals to create binary and hexadecimal value respectively. C# compiler recognizes these literals and treats values accordingly. Let's see an example. C# Binary literals ExampleOutput: 10 10 We can use digit separator in binary literals to make value more readable. C# Binary Literal ExampleOutput: 10 10 Next TopicC# Ref Keyword |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India