Returning value from functions (Visual C++)
•int func();
•return value is in EAX
•bool func();
•return value is in AL
•bool values occupy one byte in memory
•
•