Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. WordNet® 3.0 (2006)
subroutine
    n 1: a set sequence of steps, part of larger computer program
         [syn: routine, subroutine, subprogram, procedure,
         function]

2. The Free On-line Dictionary of Computing (30 December 2018)
subroutine
procedure
routine

    (Or "procedure") A sequence of instructions
   for performing a particular task.  Most programming languages,
   including most machine languages, allow the programmer to
   define subroutines.  This allows the subroutine code to be
   called from multiple places, even from within itself (in which
   case it is called recursive).  The programming language
   implementation takes care of returning control to (just after)
   the calling location, usually with the support of call and
   return instructions at machine language level.

   Most languages also allow arguments to be passed to the
   subroutine, and one, or occasionally more, return values to
   be passed back.

   A function is often very similar to a subroutine, the main
   difference being that it is called chiefly for its return
   value, rather than for any side effects.

   (1996-10-01)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy