CS50计算机科学导论 - 第1周 / 笔记
原文英文,约200词,阅读约需1分钟。发表于: 。https://manual.cs50.io/ Full notes: https://cs50.harvard.edu/x/2024/notes/1/ Practice: https://cs50.harvard.edu/x/2024/psets/1/ To start we should know 3 main keys: how to write commands how to...
本文介绍了C语言编程的基础知识,包括编写、编译和运行程序的基本命令。内容涵盖函数、变量、条件语句、循环、运算符和注释,以及布尔值、字符、浮点数和整数等数据类型的存储限制。使用printf函数可以实现格式化输出。