Tag - arithmetic operations

C# Keywords Tutorial Part 90: unchecked

Strongly typed C# has several safety measures to aid in preventing runtime problems. It could be required to disable these safety safeguards and permit uncontrolled arithmetic operations in some circumstances, though. The term "unchecked" is useful in this situation. The "unchecked" keyword is used to designate that no overflow checking should be done during an...

C# Keywords Tutorial Part 88: uint

C# is an immensely popular object-oriented programming language used extensively for developing a diverse range of software applications, be it desktop, web, or mobile. C# provides a plethora of data types to store various types of values, with uint being one such type. In this blog post, we will provide a detailed discussion of...

C# Keywords Tutorial Part 77: sizeof

Developers frequently employ the contemporary programming language C# to create a variety of apps. It offers a wide range of features to assist programmers in writing effective and efficient code. One such feature is the "sizeof" keyword, which is utilized at compile time to ascertain the size of a value type. The "sizeof" keyword...

C# Keywords Tutorial Part 76: short

Popular programming language C# is used a lot in the creation of applications. It offers developers a variety of tools to help them write effective and efficient code. The "short" keyword, which is used to declare a variable of type short, is one of these characteristics. The "short" keyword in C# will be covered...

C# Keywords Tutorial Part 53: long

Modern, high-level programming languages like C# may be utilized to create a variety of applications. Working with many data kinds, including characters, integers, and floating-point numbers, is one of its most helpful capabilities. This article will discuss the "long" keyword in C#, which is used to denote huge integer values. What is the "long" keyword...