Question: Enter the directory d1 and use vi or vim to create a new program called hello.c and enter the following code into the program. You

 Enter the directory d1 and use vi or vim to create

Enter the directory d1 and use vi or vim to create a new program called hello.c and enter the following code into the program. You must use your name to replace the name "John Doe". Save the file. 1.3 #include int main ) printf ("Hello, my name is John Doe") // replace John Doe with your name return 0 Use gcc hello.c-o hello to compile the program. Fix any compilation errors if any It poimis Use Is, Is -I, and Is -al respectively to list files in d1 directory Use command ./hello to execute the compiled code. 1.4

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!