Toggle navigation
Collections
Fun
Jokes
Fortune
Photo
Nicknames
Blog
ﻮﺑﻻگ
Iran
Char /keir/ Or /char/; Rarely, /kar/ N. Shorthand For `character'.
Home
›
Fortune Cookies
›
Jargon File
char /keir/ or /char/; rarely, /kar/ n.
Shorthand for
`character'. Esp. used by C programmers, as `char' is C's
typename for character data.
Related:
char /keir/ or /char/; rarely, /kar/ n. Shorthand for `character'.
Esp. used by C programmers, as `char' is C's typename for character data....
why_do_c_programmers_type_like_this(char *FAR OUT)
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)...
Char (*(*x())[])()
main(int c, char **v){if(c = *v[1]++)main(c, v), putchar(c);}
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])...
An Ode to C: 0x0d2C ~~~~~~ May your signals all trap May your references be bounded All memory aligned Floats to ints rounded.
And Remember ... Non-zero is true Use -> for a pointer ++ adds one A dot if it's not Arrays start with zero ?...
vaxocentrism /vak`soh-sen'trizm/ n. [analogy with `ethnocentrism'] A notional disease said to afflict C programmers who persist in coding according to certain assumptions that are valid (esp.
under Unix) on VAXen but false elsewhere. Among these are...