Since a reference variable is an alias to another variable, how is it possible that we use the reference in another function. For example:
void func(int& a){