How to find if the passed character is a decimal digit in C?
Rate this page : |
[ 0 votes]
|
Isdigit is a function in c. Here the isdigit is used to find whether a character is in numeric form or not. If the given value is not an numeric it returns as not a digit. The code given below is used to check whether your characters has a numeric value or not.