Hi All,
I got one crap code.
code is
main(a){printf(a,34,a="main(a){printf(a,34,a=%c%s%c,34);}",34);}
and output is
main(a){printf(a,34,a="main(a){printf(a,34,a=%c%s%c,34);}",34);}
I don't know how this output is coming from the code.
Please help me to find out the explanation.
Regards,
Amar
I got one crap code.
code is
main(a){printf(a,34,a="main(a){printf(a,34,a=%c%s%c,34);}",34);}
and output is
main(a){printf(a,34,a="main(a){printf(a,34,a=%c%s%c,34);}",34);}
I don't know how this output is coming from the code.
Please help me to find out the explanation.
Regards,
Amar