1.

The isdigit function tests for any decimal-digit character.(a) true(b) falseThe question was asked during an interview.I would like to ask this question from Character Handling in portion String Operations in C of C

Answer»

Correct answer is (a) true

The best explanation: int isdigit(int C);

This FUNCTION CHECKS whether the passed character is a DECIMAL digit.



Discussion

No Comment Found

Related InterviewSolutions