The document discusses various topics related to programming style in C language including tokens, keywords, variables, constants, data types, operators, and flow control statements. It provides definitions and examples of each. Specifically, it defines the different types of tokens in C and gives an example program to demonstrate tokens. It also lists and describes the 32 keywords in C and provides rules for constructing identifiers and variables. Further, it discusses various data types in C including integer, floating-point, and character types and provides their storage sizes and value ranges. The document also covers the different categories of operators in C like arithmetic, relational, logical, bitwise, and assignment operators including their syntax and examples. Finally, it discusses selection and repetition statements like