Chapter 4: Problem 13
Write a function definition for a function is_digit that takes one argument of type char and returns a bool value. The function returns true if the argument is a decimal digit; otherwise, it returns false
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.