List of Important Programs For Campus Placements of Various Companies (SET-3)
This document lists 22 important string manipulation programs for campus placements. The programs include writing code to copy, reverse, concatenate, print, and compare strings. Additional programs cover removing characters from strings, sorting strings, checking for palindromes, calculating character frequencies, and determining if strings are anagrams.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
248 views1 page
List of Important Programs For Campus Placements of Various Companies (SET-3)
This document lists 22 important string manipulation programs for campus placements. The programs include writing code to copy, reverse, concatenate, print, and compare strings. Additional programs cover removing characters from strings, sorting strings, checking for palindromes, calculating character frequencies, and determining if strings are anagrams.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
LIST OF IMPORTANT PROGRAMS FOR CAMPUS
PLACEMENTS OF VARIOUS COMPANIES
(SET-3)
1. Write a Program to copy a string.
2. Write a Program to reverse a string. 3. Write a Program to concatenate a string. 4. Write a Program to print a string. 5. Write a Program to print the length of a string. 6. Write a Program to compare two strings. 7. Write a Program to print Length of the string without using strlen() function 8. Write a Program to Toggle each character in a string 9. Write a Program to Remove vowels from a string 10.Write a Program to check if String is a palindrome or not 11.Write a Program to Sort a string in alphabetical order 12.Write a Program to Remove brackets from an algebraic expression 13.Write a Program to Remove characters in a string except alphabets 14.Write a Program to Remove spaces from a string 15.Write a Program to Count the sum of numbers in a string 16.Write a Program to Capitalize the first and last letter of each word of a string 17.Write a Program to calculate the Frequency of characters in a string 18.Write a Program to print Non-repeating characters in a string 19.Write a Program to check if two strings are Anagram or not 20.Write a Program to Replace substring in a string 21.Write a Program to Count common subsequence in two strings 22.Check if two strings match where one string contains wildcard characters