Write a c++ program to delete the digits in a string. Use the below function void digitChecker(int len,char str[]) // l
Posted: Fri Jul 01, 2022 5:34 am
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.
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.