About 16,900 results
Open links in new tab
  1. Subroutine: Nesting and Stack memory - GeeksforGeeks

    Oct 25, 2025 · A Subroutine is a set of instructions designed to perform a specific task that can be reused multiple times within a …

  2. Function (computer programming) - Wikipedia

    In computer programming, a function (also procedure, method, subroutine, routine, or subprogram) is a callable unit[1] of software …

  3. Subroutine - Simple English Wikipedia, the free encyclopedia

    Subroutine In computer programming, a subroutine (also called procedure, function, or method) is code that is grouped together to …

  4. What is the difference between a function and a subroutine?

    What is the difference between a function and a subroutine? I was told that the difference between a function and a subroutine is as …

  5. SUBROUTINE Definition & Meaning - Merriam-Webster

    Jul 1, 2026 · The meaning of SUBROUTINE is a subordinate routine; specifically : a sequence of computer instructions for …

  6. Subroutines - Programming concepts - AQA - GCSE Computer Science …

    A subroutine may be used repeatedly at various points in the main program and changed by passing in data close dataUnits of …

  7. What Are Subroutines? A Deep Dive Into How They Work

    Learn what are subroutines, how they work with stacks, and why they're essential in modern programming and recursion.

  8. Subroutines - Loyola Marymount University

    A subroutine (also called a subprogram) is an abstraction of a process that is called. The caller passes arguments to the subroutine …

  9. What is a subroutine? - Ada Computer Science

    What is a subroutine? As programs grow in their complexity, it becomes useful to structure the program in a way that is logical and …

  10. A subroutine is used when a series of steps are required but no value is returned to the routine that called the subroutine. …