Skip to content

Computer and Internet

Learning computer programming language and technology tricks

  • Home
  • c
  • c++
  • c#
  • python
  • html
  • php
  • javascript
  • java
  • DBMS
  • Contactus

unsafe code in c#

pointers in c#

February 13, 2019 by viksingh25_a88j99f2

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

Categories c# Tags pointer access in c#, pointer conversion in c#, pointer in c#, unsafe code in c# Leave a comment

    © 2023 Computer and Internet • Developed By Netnic