In traditional C/C++, it was common practice when passing arrays to functions to pass the “start address” and the “number of elements” separately. void print(int* data, std::size_t size) { for ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results