Language
Version: 5
Categories
-
User Program Communication
-
Variables
-
Control Flow
-
Object Oriented Programming
-
Strings
Search Results
Searching for: Sets in C#
Arrays
Language: C#
An array is used to assign a series of elements of the same type in consecutive memory locations; to define a list of elements.
Pointers and References
Language: C#
To store an address in memory of a variable. A pointer is a variable itself and has a value whereas a reference only has a variable that it is referencing.