DAY02
Wednesday, 16 May 2012
Here are some programs that were discussed in class.
-
hello.c, a simple program that prints "Hello, world!";
-
p3.1.c, Writing Your First C Program
-
p3.2.c, Printing More than One Line
-
p3.3.c, Displaying Multiple Lines of Output
-
p3.4.c, Displaying Variables
-
p3.5.c, Displaying Multiple Values
-
p3.6.c, Using Comments in a Program
-
spring_ode.c, shows how to solve a
differential equation simulating a weight on a spring, and how to
illustrate the solution using "line printer" graphics.
-
square_root.c, a simple program to compute
the square root of a number;
Last revised on 16 May 2012.