Skip to content

Opening book details…

About this document

Fundamentals of Subprograms in PPL by Ambarisha Malladi is a document available to read on EtoBox.

This document discusses subprograms (also called functions and procedures). It defines key terms like formal and actual parameters. It explains different types of subprograms - procedures define new statements while functions define new operators. Parameter passing methods are also covered, including pass by value, pass by result, and pass by reference. Local variables can be static or stack dynamic. Subprograms can be nested. Design issues for subprograms include parameter passing, overloading, and generic

Author
Ambarisha Malladi
Language
EN