[mod-- http://www0.us.ioccc.org/1994/smr.hint --mod pn]

Hi ,
 
Can anybody explain that how the below program works.

Below is the quine.(program that prints out its own source code). And please, 
suggest me
the shortest C++ quine program.
 
intmain()
{
      char *s = "int main() { char *s = %c%s%c; printf(s,34, s, 34);
";
      printf(s,34, s,
34);
}
 
Thanks & Regards,
Aakanksha.



      Keep up with people you care about with Yahoo! India Mail. Learn how. 
http://in.overview.mail.yahoo.com/connectmore

[Non-text portions of this message have been removed]

Reply via email to