为什么要在两个%c后面加上%*c,才能使程序在屏幕上的输出结果都为‘1’,‘2’,34?

#include<stdio.h>

main()

{

char a, b;

int c;

scantf ("%c%*c%c%*c%d",&a,&b,&c);

printf("%c,%c,%d\n",a,b,c);

}

韵K
浏览 1268回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP