Why are we writing cout<<out instead of cout<<out[j] in Subsequence function, we cant print an entire array right unless we use a loop?