♦ C# Int
♣ About C# Int
Int data type is uded to store integer value.C# provides 4 bytes of storage for every variable defined.
Int Numbering ranges from -2,147,483,648 to 2,147,483,647.
♣ Example1: Int in C#
In this example, basic Integer is illustrated. Example
Input:
Output:
♣ Example2: Int Operations in C#
In this example, Integer operations are illustrated. Example
Input:
Output: