C Programming

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

String Coding Questions with solutions.

String coding questions

This section will cover all the questions that might be asked in any of your interviews or coding round. The string programs are written in basic C Language. In this section theory is not covered, this section focuses to improve practical coding knowledge of strings. After reading this blog you will be able to answer… Read More