logo CodeStepByStep logo

digit_count

Language/Type: C loops parameters return

Write a function named digit_count that accepts an integer parameter and returns the number of digits in that integer. For example, digit_count(38015) returns 5. For negative numbers, return the same value as if the number were positive. For example, digit_count(-72) returns 2.

Function: Write a C function as described, not a complete program.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.