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
6 comments:
does not work
How can we write a Name ex. Ram with astray-'*'?
1) write a c program to implement
*scan a sentence from keyboard
** store it as a square matrix.padds blanks if necessary
*** remove the rows having duplicates
**** remove the columns having duplicates
***** display the final matrix.
ex: onionorangeiecepar
matrix: onion
orang
eniec
epar
after removing duplicate rows:
orang
epar
after removing duplicate columns:
orng
epr
Please explain what is going to solve (problem is not clear)
Post a Comment