Portál AbcLinuxu, 30. června 2025 19:47
Tiskni
Sdílej:
char c = getchar();
if (isprint(c))
putchar(c);
Vidíte, proč?
int toascii(int c);Vid man
char
je defaultně signed
).
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.