pointers in c#
Unsafe code in c#-: The core C# language differs notably from C and C++ in its omission of pointers as a data type. In C# provides references and the ability to create objects that are managed by a garbage collector. This design, coupled with other features, makes C# a much safer language than C or C++.… Read More »