Question: Question with C programming: How would I write a function that converts only 0 - 9 in the format of a string to an int?
Question with C programming:
How would I write a function that converts only 0 - 9 in the format of a string to an int? And if the string is ""
treat it as a 0.
"0123456789"
int *convert(char *str)
{
// CODE HERE
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
