If I write:
int a = 5; int& b = a;
in c++, (I have to be careful in how I ask this), can a and b be used comple
a
b