C Ctype.h - Programiz
Có thể bạn quan tâm
Become a certified C programmer.
ENROLLPopular Tutorials
Data Types in C C if...else Statement C for Loop Arrays in C Programming Pointers in C Start Learning CPopular Examples
Check odd/even number Find roots of a quadratic equation Print Pyramids and Patterns Check prime number Print the Fibonacci series Explore C ExamplesReference Materials
string.h math.h ctype.h View allCreated with over a decade of experience.
- Learn
- Practice
- Compete
Certification Courses
Created with over a decade of experience and thousands of feedback.
Learn Python Learn HTML Learn JavaScript Learn SQL Learn DSA View all Courses onBecome a certified C programmer.
Try Programiz PRO!Popular Tutorials
Data Types in C C if...else Statement C for Loop Arrays in C Programming Pointers in C Start Learning C All C TutorialsReference Materials
string.h math.h ctype.h View all Python JavaScript C C++ Java R KotlinBecome a certified C programmer.
Try Programiz PRO!Popular Examples
Check odd/even number Find roots of a quadratic equation Print Pyramids and Patterns Check prime number Print the Fibonacci series All C Examples C <ctype.h>The C <ctype.h> header file declares a set of functions to classify (and transform) individual characters. For example, isupper() checks whether a character is uppercase or not.
Search FunctionsC isalnum()
checks alphanumeric character
C isalpha()
checks whether a character is an alphabet or not
C iscntrl()
checks control character
C isdigit()
checks numeric character
C isgraph()
checks graphic character
C islower()
checks lowercase alphabet
C isprint()
checks printable character
C ispunct()
checks punctuation
C isspace()
check white-space character
C isupper()
checks uppercase alphabet
C isxdigit()
checks hexadecimal digit character
C tolower()
converts alphabet to lowercase
C toupper()
converts to uppercase alphabet
Từ khóa » Thư Viện Ctype.h
-
Ctype.h Trong C
-
Ctype.h Trong C | Thư Viện C Chuẩn
-
Ctype.h Trong C - Thương Mại Điện Tử
-
Ctype.h Trong C - Vay Tiền Online Bằng CMND
-
Các Hàm Trong Thư Viện Cctype C / C++ - Freetuts
-
Các Hàm Trong Thư Viện Ctype H - 123doc
-
C++ Có được Dùng Thư Viện Trong C - Dev Chat - Dạy Nhau Học
-
Video Ngôn Ngữ C - 55 - Các Hàm Kiểm Tra Chuỗi Trong Ctype
-
Thư Viện Hàm Ngôn Ngữ C | VnCoding
-
(DOC) Thu Vien Chuan Trong C | Nokia735 Huynh
-
Các Hàm Và Thư Viện Có Sẵn Trong C | Lập Trình Từ Đầu
-
Lập Trình C: Hàm Xử Lý Ký Tự (Character) | V1Study
-
Chuyển Chữ Hoa Sang Chữ Thường Và Ngược Lại Trong C
-
Toupper Trong C | Leo-đè