printf和scanf是不是C语言中的关键字啊

2024-11-29 18:33:51
推荐回答(2个)
回答(1):

是的 前者是标准输出 后者是标准输入

回答(2):

对是的。
printf用法:printf("%d",a);
scanf用法:scanf(”%d“,&a);