C Programming and Assembly Language · Instructor: Prof. Janakiraman
This will result in a compilation error because variable names x and y are common to the functions fn and main
This will result in a compilation error because two functions (fn_A) are defined with the same name
Functions in C programs can only return integer values
ADD_FN does not get compiled into a subroutine/ function
The size of the first argument to printf is 19
X = _________
Y = ________
Z = __________
W = _________
Fill the answer of A = ___________
Fill the answer of B = _________
Fill the answer of C = ___________
X = _________
Y = __________
Z = _________
The value of IP at the end of the program = 0x______
Value of register A = _________
Value of register B = ___________
Value of register C = ___________