Consider an array a of size 3. Let the elements in the array be 'x','y','z'. Write a c program to generate all the possible permutations of the above elements.
Answers
Answered by
0
an array a of size 3. Let the elements in the array be 'x','y','z'. Write a c program to generate all the possible permutations of the above elements
Answered by
0
Explanation:
the program to generate all possible permutations of avam elements
Similar questions