摘要: 1.memset #include <stdio.h> #include <string.h> int main() { //char *s="My Dream Come true";//用来初始化字符指针的字符串常量会被编译器安排到只读数据存储区,是不可以修改的 char s[] ="My Dre 阅读全文
posted @ 2016-01-31 18:01 我在这儿 阅读(272) 评论(0) 推荐(0)