Kategori arşivi: ctype.h

to… Functions

2.2.2 to… Functions Declarations: int tolower(int character); int toupper(int character); The to… functions provide a means to convert a single character. If the character matches the appropriate condition, then it is converted. Otherwise the character is returned unchanged. Conditions: tolower If the … Okumaya devam et

ctype.h, Kütüphane kategorisine gönderildi | , , , , , , , , , , , , , , , , , , , , ile etiketlendi | Yorum bırakın

is… Functions

2.2.1 is… Functions Declarations: int isalnum(int character); int isalpha(int character); int iscntrl(int character); int isdigit(int character); int isgraph(int character); int islower(int character); int isprint(int character); int ispunct(int character); int isspace(int character); int isupper(int character); int isxdigit(int character); The is… functions test the given character and return a nonzero (true) result if … Okumaya devam et

ctype.h, Kütüphane kategorisine gönderildi | , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ile etiketlendi | Yorum bırakın