0% found this document useful (0 votes)
60 views

String

This document outlines 18 string manipulation programs to write in C programming. The programs include converting strings to upper/lower case, deleting consonants, sorting characters, concatenating strings, finding string length, printing initials, printing substring, reversing strings, comparing strings, copying strings, converting to ASCII, checking for palindromes, concatenating strings, counting vowels and consonants, checking palindromes without built-in functions, finding frequency of words, reversing each word, and searching and replacing words.

Uploaded by

Deep Raj Jangid
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views

String

This document outlines 18 string manipulation programs to write in C programming. The programs include converting strings to upper/lower case, deleting consonants, sorting characters, concatenating strings, finding string length, printing initials, printing substring, reversing strings, comparing strings, copying strings, converting to ASCII, checking for palindromes, concatenating strings, counting vowels and consonants, checking palindromes without built-in functions, finding frequency of words, reversing each word, and searching and replacing words.

Uploaded by

Deep Raj Jangid
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

C Programming

Assignment 12
Q1.
Q2.
Q3.
Q5.
Q6.
Q7.
Q8.
Q9.
Q10.
Q11.
Q12.
Q13.
Q14.

String

Write a c program to convert the string from upper case to lower

case.
Write a c program to delete the all consonants from given string.
Write a c program to sort the characters of a string.
Q4.
Write a c program for concatenation two strings.
Write a c program to find the length of a string.
Write a c program, which prints initial of any name.
Write a c program to print the string from given character.
Write a c program to reverse a string.
Writeaprogramto compare two strings.
Writeaprogramtocopyonestring into another.
WriteaprogramtoConvert a string to ASCII in c
Write a c program to Check if a given String is Palindrome.
Write a c program to read two Strings & Concatenate the Strings
Write a c program to Count the Number of Vowels & Consonants in a

Sentence.
Q15.
Write a c program to Check if a String is a Palindrome without
Q16.

using the Built-in Function.


Write a c program to Find the Frequency of the Word the in a given

Sentence.
Q17.
Write a c program to Reverse every Word of given String
Q18.
Write a c program to Search a Word & Replace it with the Specified
Word.

Designed by Er. Deep Raj Jangid

You might also like