Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

2016Fall

08.17.15 - 12.13.15

C Language

CSCI2473

Monday Wednesday
10:00 AM - 11:20 AM

Hello, World!

Lab01

Objective: To successfully write, compile, and run a C program

pastdue

Submit Your Solution

Lab01

Request a Copy of your Solution

Lab01

Requirements

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

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.