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

TRUE/FALSE 11. The Visual C++ compiler always preserves ECX and EDX when impleme

ID: 3545913 • Letter: T

Question

TRUE/FALSE



11. The Visual C++ compiler always preserves ECX and EDX when implementing functions.


12. Inline ASM statements in Visual C++ remove the need for calling and returning from an assembly language procedure.


13. Inline ASM statements in Visual C++ cannot use the STRUCT directive.


14. Inline ASM statements in Visual C++ can use the LENGTHOF operator, but not the LENGTH operator.


15. Arguments are passed by C++ programs from right to left, meaning that the rightmost argument is the first to be pushed on the stack.

Explanation / Answer

T

F

F

T

F