Ad Code

In what order C & Pascal instruction are passed to routines.

In what order C & Pascal instruction are passed to routines.


In C parameters are pushed in reverse order with the rightmost being pushed first. While in Pascal they are
pushed in proper order with the leftmost being pushed first.
Reactions

Post a Comment

0 Comments