[问答] c语言入门经典(第 4 版)里的一段简单代码 编程后没声音
/* Program 1.6 A Simple C Program - Important */#include <stdio.h>
int main(void)
{
printf("\nBe careful!!\a");
return 0;
}
2014-07-03 13:15
2014-07-03 13:15
2014-07-03 13:15
2014-07-03 13:15
2014-07-03 13:16
2014-07-03 13:16
2014-07-03 13:17
2014-07-03 13:37
2014-07-03 14:29
2014-07-03 15:10