Next_permutation()

Can we use them to permute strings or character array?

@345avamanverma,
Yes, you can use next_permutaion() to permute any array, string or vector. Read more, here.