in this assignment, you will have as reference one c program called arithmetic sum.c and its corresponding object file arithmetic sum.c declares and initializes five variables and calculate the sum of these variables. its corresponding object file is called arithmetic sum.o. we are given two mysterious object codes: one.o and two.o (stored inside the test folder). one.o is generated from one.c. two.o is generated from two.c. the syntax structures of one.c and two.c are extremely similar to arithmetic sum.c.

Respuesta :