#include stdio.h#includectype.hvoid main() { int b,i; char c[5]={'a','2','5','h','y'}; for(i=0;i5;i++){ b=isdigit(c[i])?return 5:return 6; printf("%d\t",b); }}
Not registered? Create an account
Forgot Password?
Already a registered user? Login