This homework focuses on understanding the basic structure of C programs and getting comfortable with your development environment.
Goal: Master the fundamentals of C programming and write your first programs!
Your very first C program!
Displays "Hello, World!" on the screen. This is the traditional first program in any programming language.
Add your name to the greeting!
Displays a personalized greeting message with your name.
Display several messages in one program!
Shows multiple printf statements to display several lines of text.
Create simple ASCII art using printf!
Uses multiple printf statements to create a simple ASCII art pattern.
Display information about your program!
Shows program details and information in a formatted way.