You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 5 years ago
..
C Program To Count the Occurence of a Substring in String.c Initial commit 5 years ago
C Program To Find the Highest Frequency Character in a String.c Initial commit 5 years ago
C Program To Find the Sum of ASCII values of All Characters in a given String.c Initial commit 5 years ago
C Program To Print Smallest and Biggest possible Word which is Palindrome in a given String.c Initial commit 5 years ago
C Program to Accept 2 String & check whether all Characters in first String is Present in second String & Print.c Initial commit 5 years ago
C Program to Accepts two Strings _ Compare them.c Initial commit 5 years ago
C Program to Check if a String is a Palindrome without using the Built-in Function.c Initial commit 5 years ago
C Program to Check if a given String is Palindrome.c Initial commit 5 years ago
C Program to Check if the Substring is present in the given String.c Initial commit 5 years ago
C Program to Check whether a given Character is present in a String, Find Frequency & Position of Occurrence.c Initial commit 5 years ago
C Program to Check whether a given String is Palindrome or not using Recursion.c Initial commit 5 years ago
C Program to Check whether two Strings are Anagrams.c Initial commit 5 years ago
C Program to Concatenate the given two Strings Lexically.c Initial commit 5 years ago
C Program to Concatenate two Strings Lexically.c Initial commit 5 years ago
C Program to Copy One String to Another using Recursion.c Initial commit 5 years ago
C Program to Count the Number of Vowels _ Consonants in a Sentence.c Initial commit 5 years ago
C Program to Count the Total Number of Words in the Sentence using Command Line Argument.c Initial commit 5 years ago
C Program to Delete All Repeated Words in String.c Initial commit 5 years ago
C Program to Determine if One String is a Circular Permutation of Another String.c Initial commit 5 years ago
C Program to Display Every Possible Combination of Two Words from the given 2 String without Displaying Repeated Combinations.c Initial commit 5 years ago
C Program to Display every possible Combination of two Words or Strings from the input Strings without Repeated Combinations.c Initial commit 5 years ago
C Program to Display the Characters in Prime Position a given String.c Initial commit 5 years ago
C Program to Find All Possible Subsets of given Length in String.c Initial commit 5 years ago
C Program to Find Highest Frequency Character in a String.c Initial commit 5 years ago
C Program to Find the Consecutive Occurrence of any Vowel in a String.c Initial commit 5 years ago
C Program to Find the Frequency of Every Word in a given String.c Initial commit 5 years ago
C Program to Find the Frequency of Substring in the given String.c Initial commit 5 years ago
C Program to Find the Frequency of the Word ‘the’ in a given Sentence.c Initial commit 5 years ago
C Program to Find the Largest & Smallest Word in a String.c Initial commit 5 years ago
C Program to Find the Largest _ Smallest Word in a String.c Initial commit 5 years ago
C Program to Find the Length of a String without using the Built-in Function.c Initial commit 5 years ago
C Program to Find the Length of the Longest Repeating Sequence in a String.c Initial commit 5 years ago
C Program to Find the MostLeast Repeated Character in the String.c Initial commit 5 years ago
C Program to Insert CharacterWord in any Desired Location in a String.c Initial commit 5 years ago
C Program to List All Lines containing a given String.c Initial commit 5 years ago
C Program to Read a String and find the Sum of all Digits in the String.c Initial commit 5 years ago
C Program to Remove all Characters in Second String which are present in First String.c Initial commit 5 years ago
C Program to Remove given Word from a String.c Initial commit 5 years ago
C Program to Replace Lowercase Characters by Uppercase _ Vice-Versa.c Initial commit 5 years ago
C Program to Replace all the Characters by Lowercase.c Initial commit 5 years ago
C Program to Reverse every Word of given String.c Initial commit 5 years ago
C Program to Reverse the String using Both Recursion and Iteration.c Initial commit 5 years ago
C Program to Reverse the String using Recursion.c Initial commit 5 years ago
C Program to Sort Word in String.c Initial commit 5 years ago
C Program to Sort the String(ignore spaces) and Repeated Characters should be present only Once.c Initial commit 5 years ago
C Program to accepts two strings and compare them.c Initial commit 5 years ago
C Program to find First and Last Occurrence of given Character in a String.c Initial commit 5 years ago
C Program to find Longer Repeating Sequence.c Initial commit 5 years ago
C Program to find the First Capital Letter in a String using Recursion.c Initial commit 5 years ago
C Program to find the First Capital Letter in a String without using Recursion.c Initial commit 5 years ago
C Program to find the Length of the String using Recursion.c Initial commit 5 years ago
C Program to find the possible subsets of the String.c Initial commit 5 years ago
C Program to read two Strings _ Concatenate the Strings.c Initial commit 5 years ago
C program to accept a string and find the number of times the word 'the' appears in that string.c Initial commit 5 years ago
C program to check if a word is present in a string.c Initial commit 5 years ago
C program to find the sum of all digits present in the string.c Initial commit 5 years ago
C program to read two strings and concatenate them.c Initial commit 5 years ago