4、以下正确的printf语句是()。 a、printf ("this is a c program.") b、printf ("this is a c program.); c、printf ("this is a c program.\n"); d、printf "this is a c program.";
5、/* 程序功能:打印输出hello world #include int main() { printf("hello, world\n"); return 0; } 上面程序的运行结果是( ) a、程序出错,不能运行 b、hello, world c、程序功能:打印输出hello world d、"hello, world\n"