(C++) Passing a pointer to dynamically allocated array to a function?

Array indexing starts from 0. Array of len 100 has indexes from 0 to 99.

Related Questions