Wiaanities Forum  
February 05, 2012, 02:38:15 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: SMF - Just Installed!
 
   Home   Help Search Login Register  
Pages: [1]
  Reply  |  Send this topic  |  Print  
Author Topic: Function in c  (Read 1609 times)
kasim
WBC Members
Newbie
*
Posts: 3


Email
« on: November 27, 2008, 12:32:38 AM »
Reply with quoteQuote

Definition of Functions
     
         In programming, a self-contained software routine that performs a task. Functions can do a large amount of processing or as little as adding two numbers and deriving a result. Values are passed to the function, and values may be returned. Or, the function may just perform the operation and not return a resulting value. The concept of a function within a program is that, once written, it can be used over and over again without the programmer having to duplicate the same lines of code in the program each time that same processing is desired.

* Functions.doc (40 KB - downloaded 243 times.)
Logged
Pages: [1]
  Reply  |  Send this topic  |  Print  
 
Jump to:  

Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC