C语言第11天,输入输出缓存和函数
C语言第11天,输入输出缓存和函数

一、输出缓存例题:输出"HelloWorld"十次,每次输出后暂停500毫秒。#include<stdio.h>#include<windows.h>intmain(){for(inti