Back to Chapter 1 -- Index -- Chapter 3
Chapter 2 - Types, Operators and ExpressionsVariables and constants are the basic data objects manipulated in a program. Declarations list the variables to be used, and state what type they have and perhaps what their initial values are. Op...
Back to Introduction -- Index -- Chapter 2
Chapter 1 - A Tutorial IntroductionLet us begin with a quick introduction in C. Our aim is to show the essential elements of the language in real programs, but without getting bogged down in details, rules, and exceptions. At this point,...