3. Write a c program to delete the all consonants from given string.
9. Write a c program to print the string from given character.
10. Write a c program to reverse a string
11. Reverse a string using recursion in c
12. String concatenation in c without using strcat
13. How to compare two strings in c without using strcmp
14. String copy without using strcpy in c
15. Convert a string to ASCII in c
10. Write a c program to reverse a string
11. Reverse a string using recursion in c
12. String concatenation in c without using strcat
13. How to compare two strings in c without using strcmp
14. String copy without using strcpy in c
15. Convert a string to ASCII in c
3 comments:
Write a C program to accept two strings as command line arguments and display union of both the strings
WAP to convert a string according to following format
Rajan Kumar Arya ------->>>>>>>> R.K.Arya
bitty bought butter but butter was bitter so bitty bought better butter
in this string how we find the repeated word and lower case of t will be uppercase
Post a Comment