variable in c# language

Variable in C# Language-: Like any other programming language c#  also support many variable.Variables represent storage locations. Every variable has a type that determines what values can be stored in the variable. C# is a type-safe language, and the C# compiler guarantees that values stored in variables are always of the appropriate type. The value … Read more