C primer plus:[10]
1、打开C编译器,配置环境。具体百度科也有。
2、新建 一个空白文件,保存为*.c程序。提出的问题,在空白处建入解决的代码:编写一个程序,发出警报声,并打印下列文字: Startled by the sudden sound, Sally shouted, "By the Great Pumpkin, what was that!"
3、#include<stdio.h>int main(void拘七呷憎){printf("\aStartled by the sudden sound,Sally shouted,\"By the Great pumpkin,what was that!\"\n");return(0);}