Point out the error in the program?
#includestdio.h

int main()
{
char ch;
int i;
scanf("%c", &i);
scanf("%d", &ch);
printf("%c %d", ch, i);
return 0;
}


Posted on by