#include <iostream> int main() { int a = 7; int &b = a; std::cout << &a << ' ' << &b << std::endl; return 0;}
Standard input is empty
0xbff6343c 0xbff6343c
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!