1. The ‘display’ scheme helps in resolving non-local variable access in the case of nested procedures in PASCAL.
2. In ‘call by value-result’ parameter-passing mechanism used in languages like ADA, the final value of the formal parameters is copied back to the actual parameters.
3. The literals are accessed using the label with a dollar($) prefix in the generated x86 assembly language code.