<<< Dereference operator     Index     The C programming language >>>

21. The B programming language


  • Developed in 1969-70 by Ken Thompson at Bell Labs

  • Did not use data-types: everything was expressed in 18-bit machine words

  • Derives from BCPL

  • B can be thought of as C without types

  • B supports MEMORY[location] notation

  • B also supports *location notation

  • No LINK: B generates assembly, the assembler produces the executable, yielding "a.out"


<<< Dereference operator     Index     The C programming language >>>