Chapter 1: Introduction to C Programming Language Like anything new when you set out to do programming, you find yourself surrounded with strange and potentially weird terms, and fancied jargon. In this book, we’ll review those terms as well as present an overviewoftheentireprogrammingprocess.Itisverylikelythatyou’reeagertogetstartedwithwriting codes, and you may have already viewed a later chapter in this book. It is important to know a few key terms and programming concepts. History of C Programming Language Back in 1972, a computer scientist at AT&T’s Bell Laboratories started to develop some programs he neededforhisownuse.WhatDennisRitchiestarteddevelopingthenhasevolvedintotheCprogramming language, which by now is widely used around the world. He was trying to make computing as simple as possible. Dennis Ritchie realized that the then-current assembly language were much too complex. They attempted to reverse this trend by building a small, simple programming language on a minic...