c语言scanf用法

c语言scanf用法

scanf("输入控制符",输入参数);函数原型:int scanf(const char * restrict format,);函数scanf()是从标准输入流stdin(标准输入设备,一般......