Actualités

Define a function that takes a string CH as a parameter. The function returns the number of digits that exist in the string CH. Use the isDigit(character) function from the ctype.h library to check ..