This document provides an overview and reference manual for the C programming language as implemented on PDP-11 systems. It describes the basic lexical conventions and tokens of C like comments, identifiers, keywords, and constants. It also covers fundamental data types like characters, integers, floats, and derived types like arrays, functions, pointers, and structures. The document discusses storage classes and object types, type conversions, and provides syntax notation to describe C language elements.