• computer programming, a function, subprogram, procedure, method, routine or subroutine is a callable unit that has a well-defined behavior and can be invoked...
    52 KB (6,412 words) - 05:20, 29 April 2024
  • Call stack (category Subroutines)
    stack is a stack data structure that stores information about the active subroutines of a computer program. This type of stack is also known as an execution...
    26 KB (3,567 words) - 11:31, 4 April 2024
  • subroutine is a subroutine which cannot in turn call another subroutine. Some compilers can apply special program optimizations to leaf subroutines,...
    460 bytes (61 words) - 00:06, 12 April 2020
  • Parameter (computer programming) (category Subroutines)
    special kind of variable used in a subroutine to refer to one of the pieces of data provided as input to the subroutine. These pieces of data are the values...
    30 KB (3,853 words) - 21:18, 15 March 2024
  • where the code has a form that essentially consists entirely of calls to subroutines. It is often used in compilers, which may generate code in that form...
    31 KB (3,952 words) - 01:46, 23 January 2024
  • Reentrancy is a programming concept where a function or subroutine can be interrupted and then resumed before it finishes executing. This means that the...
    18 KB (2,028 words) - 23:40, 3 February 2024
  • Procedure (computer science), also termed a subroutine, function, or subprogram Stored procedure, a subroutine in the data dictionary of a relational database...
    931 bytes (154 words) - 17:27, 14 February 2023
  • no subroutines, would have the lowest count. However, the binary size of such a program may be larger than the same program coded using subroutines (as...
    30 KB (2,594 words) - 23:05, 1 February 2024
  • Thumbnail for Idempotence
    idempotent subroutines where at least one subroutine is different from the others, however, is not necessarily idempotent if a later subroutine in the sequence...
    22 KB (2,887 words) - 10:36, 12 March 2024
  • Thumbnail for Library (computing)
    to implement a computer program. Historically, a library consisted of subroutines (generally called functions today). The concept now includes other forms...
    26 KB (3,099 words) - 10:30, 13 April 2024