RosettaCodeData/Task/Pointers-and-references/C++/pointers-and-references-4.cpp

3 lines
37 B
C++
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
int array[10];
int& ref3 = array[0];