Toggle navigation
Collections
Fun
Jokes
Fortune
Photo
Nicknames
Blog
ﻮﺑﻻگ
Iran
Printf("Hello World "); -- C Error #012
Home
›
Fortune Cookies
›
Miscellaneous Collections
printf("Hello world
");
-- C Error #012
Related:
printf("to C or not to C...that is the question.\n")
Char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
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...
Hello World !!
char c[99],s[]="char c[99],s[]=@@@;main(){strcpy(c,s)
[15]=34;s[16]=0;s[17]=34 ;printf(s);printf(c);puts(&s[17])...
char *c[]= {"ENTER", "NEW", "POINT", "FIRST", }; char **cp[]= {c + 3, c + 2, c + 1, c}
char ***cpp= cp; main() { printf("%s", **++cpp)...
First C Program, huh? -- C Error #011
That's Mr. C to you bub! -- C Error #013
printf("This is a tagline..."); printf(" [ ] This is your brain.")