Intermediate Assembly Language
Q41 / 100

What is the calling convention?

Correct! Well done.

Incorrect.

The correct answer is B) A set of rules specifying how functions receive parameters, return values, and which registers must be preserved

B

Correct Answer

A set of rules specifying how functions receive parameters, return values, and which registers must be preserved

Explanation

Calling conventions (cdecl, stdcall, System V AMD64 ABI, Microsoft x64) define argument passing order/registers, caller/callee-saved registers, and return value location.

Progress
41/100