Home Segments Index Top Previous Next

3: Mainline

Today, just about all computers are organized around bits, bytes, and collections of bytes. Instruction sets vary greatly, however. Accordingly, C allows you to refer to bits, bytes, and collections of bytes explicitly, but C does not allow you to specify computer-specific instructions. Instead, your computer-independent, higher-level function descriptions are translated for you into sequences of computer-specific instructions.