Skip to main content
This is lesson 2 of 6 in this module Course 86% complete

Declaring Pointers with the Fixed Keyword

Premium Content

Sign in with your account or sign up to access this lesson.

We explain the C-style pointer declaration syntax, the fixed keyword for pinning objects on the heap so the garbage collector cannot relocate them, pointer assignment using the & address-of operator, de-referencing with the * operator, array-index notation, and pointer arithmetic.