everest% CC fover5.C everest% everest% a.out int a = 3, int &b = 4 int a = 3, const int& b = 6 everest%