Description
|
Program name
|
Bit shifting
|
|
Bitwise implementation of: AND, OR, NOT
|
|
System calls: invoking the commands and
libraries of an operating system within a program
|
|
First pointer example: illustrates the
difference between pointer and data variables.
|
|
Second pointer example: through the use
of pointers the user can determine the size of a character array at run
time.
|
|
A program that illustrates how to define
functions that return values (celsius to fahrenheit temperature converter)
|
|
A program that illustrates how to pass
parameters into functions (version 2 of the conversion program)
|
|
Passing parameters by reference into a
function
|
|
A example illustrating different levels
of scope (how 'not to' do it)
|
|
File input example using 'fscanf'
|
|
File input example using 'fgets'
|
|
File example illustrating input (read)
and output (write)
|
|