The C Programming Language Chapter Functions Chapter 8 Functions Overview Function Definition The Return Statement Arguments---Call By value Function Invocation Nested invocation and Recursion Arrays as parameters Storage classes of variables
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
The C Programming Language Chapter 5 Control Flow 5.1 Overview of c statements C statements: using a semicolon\ as a statement terminator Kinds of c statements
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