The C Programming Language Chapter 1 An Overview of C 1.2 The feature of C -Cis terse, it has fewer keywords - has lot of operators and data types> - is structured and modular. -C is the basis for C++ and Java - is portable. Code written on one machine can
The C Programming Language Chapter 4 Input and Output Chapter 4 Input and Output has no I/ statements √#include Standard input and output Formatted output--- Printf Formatted input--- Scanf Examples
Chapter Arrays Chapter 7 Arrays √ derived type; √ set of homogeneous elements; vcan be thought of as a simple variable with an index, or subscript, added. One-dimensional Arrays Two-dimensional Arrays Character Arrays