1.

What Are The Properties Of Unsafe Code?

Answer»

Some properties of unsafe codes are given BELLOW:

  • We can define Methods, types, and code blocks as unsafe
  • In some cases, unsafe code may increase the application’s performance by removing array bounds checks
  • Unsafe code is required in order to CALL native functions that REQUIRE POINTERS
  • Using unsafe code brings security and stability RISKS
  • In order to compile unsafe code, the application must be compiled with /unsafe

Some properties of unsafe codes are given bellow:



Discussion

No Comment Found