Interviews Questions, Algorithms, Aptitude, C Interview Program, C Theory Question, Aptitude Tricks, Test Series,

LIST OF IMPORTANT PROGRAMS FOR CAMPUS PLACEMENTS OF VARIOUS COMPANIES (SET-3)


1. Write a Program to copy a string.






































x

2. Write a Program to reverse a string.

3. Write a Program to concatenate a string.

4. Write a Program to print the length of a string.

5. Write a Program to print Length of the
string without using strlen() function

6. Write a Program to compare two strings.

7. Write a Program to Toggle each
character in a string

8. Write a Program to Remove vowels
from a string

9. Write a Program to check if String is
a palindrome or not

10. Write a Program to Sort a string
in alphabetical order

11. Write a Program to Remove brackets
from an algebraic expression

12. Write a Program to Remove characters
in a string
except for alphabets

13. Write a Program to Remove spaces
from a string

14. Write a Program to Count the sum
of numbers in a string

15. Write a Program to Capitalize on the
first and last letter of each
word of a string

16. Write a Program to calculate
the Frequency of
characters in a string

17. Write a Program to print Non-repeating
characters in a string

18. Write a Program to check if two
strings are Anagram or not

19. Write a Program to Replace
substring in a string

20. Write a Program to Count
common subsequence
in two strings

21. Check if two strings match where
one string contains wildcard characters

0 comments:

Post a Comment