isalpha c. Copy #include <stdio.h> #include <ctype.h> //this is isalpha's library int main(void) { string variable0 = "a"; ...
確定! 回上一頁