Question
EE1311 Homework #1 Create a C program that prints a banner with a logo of your own creation. The banner must be twelve lines by
EE1311 Homework #1 Create a C program that prints a banner with a logo of your own creation. The banner must be twelve lines by forty columns The last line must include your name and student ID The program must only use the printf() function to print characters to the screen Beware of using the backslash character as part the string that you print. o The backslash is used to escape non-printable characters. The program may use stdio.h, but no other header files may be included All statements must be in the main function. No other functions should be in the program The main function should be declared to return an int data type and it should return a value of zero when it is done. The top of the file should include a comment section with: o Name o Date o Assignment # o Course information Be as creative as you like, but the work must be your own This assignment will be checked with Cygwin and version 7.4.0 of the gcc compiler This assignment is due Friday January 25, 2019 at 5pm. Please upload the source code only to the Blackboard assignment for homework #1. Do not upload any other files. Just source code with a .c file extension.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started