2022年1月7日

c程序设计语言 by K&R(一)一些c语言基础知识

摘要: 出自《c程序设计语言》 by K&R: 一、导言 二、类型、运算符与表达式 三、控制流 1. 字符输入与输出 getchar() 和 putchar(),输入一个字符、输出一个字符 #include <stdio.h> #include <stdlib.h> int main(void) { int 阅读全文

posted @ 2022-01-07 15:21 七昂的技术之旅 阅读(462) 评论(0) 推荐(0)

导航