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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!