

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the code that generates permutations and also has the ability to handle duplicates, for the input str[]='AA'? |
A. | AA |
B. | AA,AA |
C. | A,A |
D. | A |
Answer» B. AA,AA | |