Toggle navigation
Collections
Fun
Jokes
Fortune
Photo
Nicknames
Blog
ﻮﺑﻻگ
Iran
Char C[99],s[]="char C[99],s[]=@@@;main(){strcpy(c,s)
Home
›
Fortune Cookies
›
Miscellaneous Collections
char c[99],s[]="char c[99],s[]=@@@;main(){strcpy(c,s);s[15]=34;s[16]=0;s[17]=34
;printf(s);printf(c);puts(&s[17]);}";main(){strcpy(c,s);s[15]=34;s[16]=0;s[17]=
34;printf(s);printf(c);puts(&s[17]);}
Related:
Char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
char *c[]= {"ENTER", "NEW", "POINT", "FIRST", }; char **cp[]= {c + 3, c + 2, c + 1, c}
char ***cpp= cp; main() { printf("%s", **++cpp)...
printf("to C or not to C...that is the question.\n")
printf("Hello world "); -- C Error #012
main(int c, char **v){if(c = *v[1]++)main(c, v), putchar(c);}
quine /kwi:n/ n. [from the name of the logician Willard van Orman Quine, via Douglas Hofstadter] A program that generates a copy of its own source text as its complete output.
Devising the shortest possible quine in some given programming language is a common hackish amusement....
Obfuscated C Contest n. (in full, the `International Obfuscated C Code Contest', or IOCCC) An annual contest run since 1984 over Usenet by Landon Curt Noll and friends.
The overall winner is whoever produces the most unreadable, creative, and bizarre (but working) C program...
main(void){int x;for(x=0;x<32767;x++)printf("Bulk tagline %d ",x);}
percent-S /per-sent' es'/ n. [From the code in C's printf(3) library function used to insert an arbitrary string argument] An unspecified person or object.
I was just talking to some percent-s in administration." Compare random....