使用printf()函数输出两行文本

#include <stdio.h>

int main (void)
{
    printf (tutorial from book 2s.c om.\n);
    printf (from book2s.com.\n);

    return 0;/*w  w  w. yi iba i  . c o m*/
}

相关文章

for遍历数组
。。。
声明一个计数循环
咕咕咕
#include <stdio.h> int main (void) { printf (&quo...