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.
pushed in proper order with the leftmost being pushed first.
0 Comments
Please add nice comments or answer ....