Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems Second East European Symposium Adbis 98 Poznan Poland September 1998 Proceedings Lncs 1475

Authors: Witold Litwin ,Tadeusz Morzy ,Gottfried Vossen

1st Edition

3540649247, 978-3540649243

More Books

Students also viewed these Databases questions

Question

suggest a range of work sample exercises and design them

Answered: 1 week ago