Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

An explaination on how to do this lab would be very helpful in my future. Thank you !! It is usually very first program that

An explaination on how to do this lab would be very helpful in my future. Thank you !!
"It is usually very first program that a student of C writes. Using Notepad++ (or any other text editor), modify the program to output five movie titles of your choice and save it under name movies.c.
This simple program is a good example to get familiar with various option of gcc compiler."
image text in transcribed
CS153 Spring 2020 Project 1 Output from C program Project description: #include #include int main() printf("Hello World! "); system("PAUSE"); return 0; It is usually very first program that a student of C writes. Using Notepad++ (or any other text editor), modify the program to output five movie titles of your choice and save it under name movies.c. This simple program is a good example to get familiar with various option of gec compiler. From Windows terminal (cmd) execute: 1. gcc movies.c 2. gcc movies.c-o movies 3. gcc -E movies.c> movies.i 4. gcc -S movies.c> movies.s 5. gcc -C movies.c 6. gcc -save-temps movies.c-o movies Check the program folder after every action. Repeat everything from Cygwin terminal. Execute the program in both environments. Submit docx file that contains: 1. Your code (use always Courier New font for the code) 2. List of files generated with -save-temps gec option. 3. Output generated after program execution. Picture of any active window can be put into paste buffer by pressing ALT and PrtScrn together. You can paste it from the buffer into Word document by pressing CTR V

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

Oracle 10g Database Administrator Implementation And Administration

Authors: Gavin Powell, Carol McCullough Dieter

2nd Edition

1418836656, 9781418836658

More Books

Students also viewed these Databases questions