Write a c++ program to delete the digits in a string. Use thebelow function
void digitChecker(int len,char str[]) // len is thelength of array
Also use the predefined functions, strcpy, and strlen
Print the output in the main.
Write a c++ program to delete the digits in a string. Use the below function void digitChecker(int len,char str[]) // l
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am