Pointers Implementations

This lesson discusses using the new operator with pointers, referencing variables using & operator and use of pointers with arrays,

Allocating variables

In C++, a new object, variable or array can be created using the new operator, and freed with the delete operator.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy