What is the output of c program with %* operator?
int main()
{
char kh;
scanf("%*c %c",&kh);
putchar(kh);
return 0;
}//input=G H

Posted on by