What is the Address Operator?

What’s the syntax?


What is the Indirection/Dereference Operator?

What’s the syntax?

Why do we call Pointer Variables aliases to the objects they point to?


Common Pitfall: What happens when we assign values to an uninitialized Pointer Variable?