Vidyalelo
Data Structure · Q436

Miscellaneous on Data Structures

Programming · Data Structure · question 436

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
Answer
B.
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