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

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

2023-07-01 11:58:00 -04:00
int array[10];
int& ref3 = array[0];