1 line
74 B
C++
1 line
74 B
C++
v = (&ref)[3]; // read value of array[3]; however doing this is bad style
|
v = (&ref)[3]; // read value of array[3]; however doing this is bad style
|