I have small doubt can anybody guide me how it's working and why?
It's give O/P as same code.
Please find the bellow code for your review.
int main()
{
char *s = "int main() { char *s = %c%s%c; printf(s,34, s, 34); ";
printf(s,34, s, 34);
}
Thanks,
-Amaresh
No comments:
Post a Comment