adspace
Answer Posted / Uday Veer Singh
isdigit() is a function from the ctype library in C++. It takes a single character as an argument and returns true if that character represents a digit (0-9), and false otherwise.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers