基础编译命令(单个文件)这是最核心、最常用的命令格式,编译C程序假设你有一个名为hello.c的文件://hello.c#include<stdio.h>intmain(){printf("Hello...