Question: C Programming Multiple choice question Question [1]: Question & Answer sheet - For each question, you must choose ALL that apply, or write NONE if
C Programming
Multiple choice question
![C Programming Multiple choice question Question [1]: Question & Answer sheet -](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f2f97927802_60866f2f978bc819.jpg)
Question [1]: Question & Answer sheet - For each question, you must choose ALL that apply, or write "NONE" if none of the choices apply. For example, if you think choices A, B, and c apply, you should write "A, B, C". - When we talk about program output, disregard newlines. For example, if we ask if a program prints "XYZ", but you think it prints "XYZ" plus a newline at the end, the answer is still yes. - Please write your answers in the square brackets provided. (1.1) Consider the following shell session: $ ls Makefile freezer.c freezer.h freezer.o pantry.c pantry.h $ cat Makefile CC = gcc CFLAGS = -g -Wall freezer: freezer.o pantry.o freezer.o: freezer.c freezer.h pantry.o: pantry.c pantry.h $ make (output of 'make' redacted) Given that 'make' successfully builds the program called freezer, which of the following are POSSIBLE? choose all that are possible. Note: The output of 'is' shows that freezer.o existed before we ran 'make'. (A) 'make' rebuilds freezer.o. (B) 'make' does not rebuild freezer.o. (C) 'make' builds pantry.o AFTER it finishes building freezer. (D 'make' builds pantry.o BEFORE it finishes building freezer. write one or more letters, or NONE: [ ]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
