# include # include void change(int &a) { int b=2; a+=b; } void main() { clrscr(); int n=5; cout<<"Value is ="<