Threesuns

Email

Contact

All Semesters

Semesters

All Courses

Courses

C Language

CSCI2473

3 credits

Labs

Hello, World!

Lab

100 points

Requirements

Comments placed in each source code file20
Program display required output30
Program compiles and runs without errors50
Total100 pts

Objective

To successfully write, compile, and run a C program

Instructions

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.