Program Examples Appearing in Lecture Notes Week 8
-
exchange-naive.c
-- an attempt at a function that exchanges the values of two variables
-
exchange.c
-- the corrected version of the exchange function, using formal output
parameters
-
cmd-line.c
-- a simple example of using command-line arguments