printf:输出printf("the value of printf is:%d",a);scanf:获得输入设备输入的值。int printf(const char *format,[argument]); format 参数输出的格式,定义格式为:%[flags][width][.perc][F|N|h|l]type 规定数据输出方式,具体如下: 1.typ...
%d