I have a large 1D array of chars and I’m looking for a way to output the whole array without using the usual for-loop and doing this in a single output rather then thousands of outputs, the reason being performance and execution time reduction.
Is there anyway to be able to achieve this?
1 Answer