0

What will do "isdigit" code in c program?

6th Aug 2019, 4:56 AM
Madhana Gopal
2 Respostas
+ 3
Isdigit is a built in function. It checks the char is a digit or not. If digit it returns 1 else 0
9th Aug 2019, 8:03 AM
Periyadurai N
Periyadurai N - avatar