C Program to Check if a String is a Palindrome without using Built-in Function

This is a C program to check a given string is palindrome without using the Built-in Function. Problem Description This program accepts a string and checks whether a given string is palindrome without using the built-in function. Problem Solution 1. Take a string as input and store it in the array. 2. Reverse the string … Read more

advertisement

C program to Compare Two Strings

Problem Description Write a C Program to compare two strings. What is a String? String is a sequence of characters terminated by the special character ‘\0’. Strings can be compared with or without using the string function. Example: String1=”Hello” String2=”Hello” Both string are equal String1=”Hello” String2=”Hell” String1 is greater String1=”Hello” String2=”Helz” String2 is greater Problem … Read more

advertisement

C Program to Concatenate Two Strings

String concatenation in C is the technique of joining two strings together to create a single string. If there are two strings, the second string is appended to the end of the first string. “+” operator is used to concatenate the strings. For Example, first string = String; second string = Programs String + Programs … 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.