Syntax 10.2 : Pointer Variable Definition
type_name* variable_name;type_name* variable_name = expression;
Employee* boss; Product* p = new Product;