C语言在屏幕上打印一条消息,参考以下实现代码:
#include <stdio.h> int main() { printf(this is a test); printf( programmers!\n); return 0; }