Skip to content

zghlin/c-_

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All of the files are c source files

数组

字符串的输入输出

字符串的输入

puts()//输出字符串并换行
printf()//可输出字符串,无法自动换行

字符串的输出

scanf();//可输入字符串
gets();//认为空格也是字符串的一部分,只有遇到回车键才认为字符串输入结束。即gets()用来读取一整行字符串。

About

useless but necessary notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages