C Language
3 credits
Comments placed in each source code file | 20 |
Program display required output | 30 |
Program compiles and runs without errors | 50 |
Total | 100 pts |
To successfully write, compile, and run a C program
Write a C program that will display the words "Hello, World!". The program should be very similar (except for the output) to the "Welcome to the C Language!!!" example we did together in class. Make sure your program contains at least a few comments.