Output of below code
main()
{
printf("%d",scanf("%d%d",printf,scanf));
}
I just wanted to ask that why how this code proceeds,I mean how actually we can supply printf and scanf in the sanf functions ,when we have the the format specifiers to be %d which is for int ,so how can we actually pass such pre-defined functions here