摘要: // toupper.c #include <stdio.h> #include <string.h> #include <ctype.h> int main() { char *s="Hello, World!"; int i; //clrscr(); // clear screen printf 阅读全文
posted @ 2017-02-26 20:02 loanhicks 阅读(177) 评论(0) 推荐(0) 编辑