c语言格式简单介绍
2020-12-18 22:34
阅读:575
标签:内容 返回 输出 整型 world std 输入 c语言 clu #include int main:开始 print:打印 return 0:回到整型 c语言格式简单介绍 标签:内容 返回 输出 整型 world std 输入 c语言 clu 原文地址:https://blog.51cto.com/14885675/2513428
int main
{
printf("hello world");
return 0;
}
include:包含
std:standard 标准
i:input 输出
o:output 输入
int:整型
main:主函数
f:function 函数
(“”):输出内容
return:返回
0:整型值
上一篇:JAVA锁相关知识总结
下一篇:python常见的类型转换
评论
亲,登录后才可以留言!