使用printf显示常量字符串文本

#include <stdio.h>

int main(void)
{
    printf(test.\n);
    //from  w  ww  . y   ii b ai .c  o  m
    return 0;
}

相关文章

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