标签:div 参数 har int include pre 利用 print 字符
#include <stdio.h> int main() { //char s[] = {‘h‘,‘e‘,‘l‘,‘l‘,‘o‘,‘\0‘}; char s[] = {"hello"}; //这种方式可以省略结尾的\0 printf("%s\n",s);//利用%s参数,可以省略我们自己写循环,一个个输出,%c只能输出单个成员 return 0; }
标签:div 参数 har int include pre 利用 print 字符
原文地址:https://www.cnblogs.com/Open-Source/p/13049400.html