April 1994
Beginner
432 pages
6h 37m
English

No doubt you’ve heard that computers process data. Somehow, you’ve got to have a way to store that data. In C, as in most programming languages, you store data in variables. A variable is nothing more than a box in your computer’s memory that holds a number or a character. Chapter 2 explained the different types of data: characters, strings, integers, and floating-points. This chapter explains how to store those types of data inside your programs.
There are several different ...
Read now
Unlock full access