|
thx, but.....
Well, thx a lot, it was realy what I was looking for, but still I got an error when I enter a number... segmentation error...
This is what I have:
printf("\nType number or name: ");
scanf("%d", value);
if (isdigit(value))
printf("\nNumber");
else
printf("\nLetter");
What should I do?
Thx again.
|