Q436
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
AnswerB.
AA,AA
C.
A,A
D.
A
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board