C Program to Find the Largest & Smallest possible Word which is a Palindrome

This C Program finds the largest and smallest possible word which is a palindrome. A palindrome is a word that reads the same backward as forward, e.g., madam. Here is a source code of the C program to find the largest and smallest possible word which is a palindrome. The C program is successfully compiled … Read more

advertisement

C Program to Check if Two Strings are Permutation of Each Other

This C Program determines if the two entered strings are circular permutation of another string. Eg: yzx is a circular permutation of xyz but not zyx. Here is a source code of the C program to determine if the two entered string are a circular permutation of one another. The C program is successfully compiled … Read more

advertisement

C Program to Print the Square of all the Numbers in a String

This is a C Program to input a string with atleast one number, print the square of all the numbers in a string. Problem Description This C Program takes an input string with atleast one number and prints the square of all the numbers in the string. Problem Solution Take input from the user and … Read more

advertisement

C Program to Find the Most and Least Repeated Character in the String

This is a C program to find the most/least repeated character in the string. Problem Description This C Program finds the most/least repeated character in the string. Problem Solution Take input from the user and displays most/least repeated characters as shown in the program below. Program/Source Code Here is a source code of the C … Read more

advertisement

C Program to Count Repeated Words from a String

This C Program counts the number of all repeated words in a string and displays the repeated words with it’s frequency. Here is a source code of the C program that counts the number of all repeated words in a string display the word with it’s frequency. The C program is successfully compiled and run … Read more

advertisement

C Program to Check Whether All Characters in First String is Present in Second String

This is a C Program to accept 2 string & check whether all characters in first string is present in second string & print. Problem Description This C Program checks whether all characters used in first string are present in second string. Problem Solution Take input from the user and perform string operations as shown … Read more

advertisement

C Program to Find Consecutive Occurrence of Vowel in a String

This C Program finds words having consecutive occurrence of any vowel in a string. Here is a source code of the C program to find the words with consecutive occurrence of any vowel in a string. The C program is successfully compiled and run on a Linux system. The program output is also shown below. … Read more

advertisement

C Program to Print All Possible Combination of Two Words from the String without any Repetition

This C Program Displays Every Possible Combination of Two Words from the given 2 String without Displaying Repeated Combinations. Here is source code of the C Program to Display Every Possible Combination of Two Words from the given 2 String without Displaying Repeated Combinations. The C program is successfully compiled and run on a Linux … Read more

advertisement

C Program to Reverse a String using Recursion and Iteration

This C Program reverse the string using both recursion and iteration. Here is source code of the C Program to reverse the string using both recursion and iteration. The C program is successfully compiled and run on a Linux system. The program output is also shown below. /* * C Program to Reverse the String using … Read more

advertisement

C Program to Count the Occurrence of Word in a String

This is a C Program to print combination of two words of two given strings without any repetition. Problem Description This C Program prints combination of two words of two given strings without any repetition. Problem Solution Take input from the user and perform string operations as shown in the program below. Program/Source Code Here … Read more

advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.