C: Short For "chutzpah", A Quality Needed Before Tacling Even The More Simplest Program With This Language.

HomeFortune CookiesMiscellaneous Collections

C:
Short for "chutzpah", a quality needed before tacling even the more
simplest program with this language. C is also the symbol for the
speed of light, but that has absolutely nothing to do with how quickly
one can learn or use the language. C encourages self-documenting
structured programming through construct such as

(*wnd->func)(*++addr)

which means call the routine whose address is stored in the "func"
part of the structure pointed to by "wnd", and pass to it the contents
of the cell pointed to by the pointer in "addr" after it (the pointer,
not the contents) has been incremented. Or something like that.

Related: