Write a c++ program to delete the digits in a string. Use the below function void digitChecker(int len.char str[]) // le
Posted: Fri Jul 01, 2022 5:33 am
Write a c++ program to delete the digits in a string. Use the below function void digitChecker(int len.char str[]) // len is the length of array Also use the predefined functions, strcpy, and strlen Print the output in the main.