Question 5 Write a program to check if two strings are anagram or not.An anagram of a string is another string that contains same characters, only the order of characters can be different. For example, “abcd” and “dabc” are anagram of each other. Previous Next