Posts by Pablo Soares • 21 points
1 post
-
1
votes1
answer101
viewsQ: About passing parameters in compiled programming languages
What would be more advantageous when calling a function, putting in the stack from right to left or vice versa? And cleaning the stack? The function that calls (Caller) or what is called (calee)…