This document introduces decision making in C programming using relational and equality operators. It defines operators like ==, !=, <, >, <=, >= and shows how they are used in if statements to check conditions. Examples show how to input two numbers, compare them using relations and print the results. The document also outlines the typical structure of a C program that performs input, decision making and output.