Integer variables a and b are defined. The initial value of variable a is 10.
int & amppa=a,& amppb=b
Reference pa and pb are defined. References point to a and b, that is, pa and pb are aliases for variables a and B.