Correct Answer : Option (C) : isdigit()
Explanation : Character classification provides isdigit() function to check whether a character in C++ is number or not.