C语言程序设计总结
C语言程序设计总结一、C语言程序的基本结构#include “stdio.h”void main(){ 定义变量; 程序实现; 输出结果; printf}二、变量的定义1.整型:int
C语言程序设计总结