Write a program to check if two strings are anagrams of each other.
Examples :-
-
Tar = Rat
-
Arc = Car
-
Elbow = Below
-
State = Taste
-
Cider = Cried
-
Dusty = Study
-
Night = Thing
-
Inch = Chin
- Listen = Silent
Published By : Hardik Patel