Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. B 2 A: -Wall b: -o 3 A Any wrong? Thanks Fill the circles for all filenames t

ID: 3678092 • Letter: 1

Question

1. B

2 A: -Wall

b: -o

3 A

Any wrong?

Thanks

Fill the circles for all filenames that typically denote a binary file. Write the option flag for gcc used for the following Debug information Naming an executable Consider the function prototype int foo (int x, int * y). What can foo modify to communicate data to its caller? The int being returned x y *y Consider the following fragment of code. Fill the circle for each variable that can potentially affect the execution of bar when its value alone is changed.

Explanation / Answer

Question 1 :- Option B list.o (as it contains all binary file like bit code files)
Question 2 :- Option A as it debuggs the information
Question 3 :- Option A As the return type over there is int so it returns an type Int

Question 5 :-Option C