博客
关于我
C/C++数组问题
阅读量:256 次
发布时间:2019-03-01

本文共 73 字,大约阅读时间需要 1 分钟。

数组问题

简介

char *s 和 char s[] 的区别小结

char *s1 = "hello";

char s2[] = "hello";

转载地址:http://fxjx.baihongyu.com/

你可能感兴趣的文章
php -- 魔术方法 之 判断属性是否存在或为空:__isset()
查看>>
php -- 魔术方法 之 获取属性:__get()
查看>>
php -树-二叉树的实现
查看>>