runxinzhi.com
首页
百度搜索
C和指针之学习笔记(4)
第
9
章 字符串
字符串的输入与输出
int ch; char strings[80]; FILE *input;
(1)
scanf
(“%c”,&ch);
printf
(“%c ”,ch);
(
输入字符串时自动添加
’