Skip to content

Commit 9537bd0

Browse files
Create set3.txt
1 parent 0523590 commit 9537bd0

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Set-3/set3.txt

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
1. Write a Program to copy a string.
2+
2. Write a Program to reverse a string.
3+
3. Write a Program to concatenate a string.
4+
4. Write a Program to print a string.
5+
5. Write a Program to print the length of a string.
6+
6. Write a Program to compare two strings.
7+
7. Write a Program to print Length of the string without using
8+
strlen() function
9+
8. Write a Program to Toggle each character in a string
10+
9. Write a Program to Remove vowels from a string
11+
10.Write a Program to check if String is a palindrome or not
12+
11.Write a Program to Sort a string in alphabetical order
13+
12.Write a Program to Remove brackets from an algebraic
14+
expression
15+
13.Write a Program to Remove characters in a string except
16+
alphabets
17+
14.Write a Program to Remove spaces from a string
18+
15.Write a Program to Count the sum of numbers in a string
19+
16.Write a Program to Capitalize the first and last letter of each
20+
word of a string
21+
17.Write a Program to calculate the Frequency of characters in a
22+
string
23+
18.Write a Program to print Non-repeating characters in a string
24+
19.Write a Program to check if two strings are Anagram or not
25+
20.Write a Program to Replace substring in a string
26+
21.Write a Program to Count common subsequence in two strings
27+
22.Check if two strings match where one string contains wildcard
28+
characters

0 commit comments

Comments
 (0)