谁能告诉我用C编程的几个实例,速求

如题所述

#include <stdio.h>
main()
{
printf("hello world!\n");

}
温馨提示:内容为网友见解,仅供参考
第1个回答  2011-03-13
#include <stdio.h>
int main()
{
printf("hello world!\n");
return 0;
}
相似回答
大家正在搜