This document is the introduction chapter of the book "Let Us C" by Yashavant Kanetkar. It introduces the C programming language, covering what C is, how it compares to other languages, and its basic building blocks. The chapter discusses C's data storage, operations on data, input/output capabilities, and control flow. It also covers C keywords, variables, constants, data types, operators, and the structure of a simple C program. The chapter aims to provide readers with a basic understanding of C before writing more complex programs.