使用printf语句在一行上显示两个句子

#include <stdio.h>

int main(void)
{
  printf(this is a test?\n another test.\n);
  return 0;
}

相关文章

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