Search: in
Subroutine
Subroutine in Dictionary Dictionary
  Tutorials     Encyclopedia     Videos     Books     Software     DVDs  
       
Dictionary results for: Subroutine

Subroutine


Subroutine

Subroutine




Source: WordNet (r) 3.0 (2006)

	subroutine
    n 1: a set sequence of steps, part of larger computer program
         [syn: routine, subroutine, subprogram, procedure,
         function]

	




Source: The Free On-line Dictionary of Computing (26 July 2010)

	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)

	

Matching Word(s)
stubroutine





Search Dictionary :



Search   in  
Search for Subroutine in Tutorials
Search for Subroutine in Encyclopedia
Search for Subroutine in Videos
Search for Subroutine in Books
Search for Subroutine in Software
Search for Subroutine in DVDs
Search for Subroutine in Store





Powered by dict.org
Advertisement




Subroutine in Dictionary
Subroutine top Subroutine

Home - Add TutorGig to Your Site - Disclaimer

©2011-2013 TutorGig.com. All Rights Reserved. Privacy Statement