C Program to check whether two strings are anagram.

Anagram example

This article will cover all the questions related to anagram and logic to write its code in easy way. Implementation of Anagram in C Output :Enter 1st string : technonameEnter 2nd string : nametechnoThey are anagram If you know some other way to write this program then you can leave a comment here or mail… Read More