You have written a C program which was stored in file someProgram.c, under directory /home/chloe/TestingCode; in that same directory, you have a sub-folder called Old. Answer the following questions (by typing the appropriate single command line instruction in each case), assuming you are currently in /home/chloe/TestingCode:
Compile the code in someProgram.c.
Create a new sub-folder called New under /home/chloe.
Show the location (i.e., the full path) of the current directory.
Make a copy of the file someProgram.c and call it someProgram_v2.c.