Thread: returning values from a function...

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jun 2009
    Location
    US of A
    Posts
    305

    returning values from a function...

    I am unable to understand what does the author mean by saying :

    The “C” language approach: values are returned through additional reference arguments in the method. This is with reference to error handling.

    Does he imply that we can return values by the arguments that we pass to a function. How does this work out in practice ?
    Last edited by roaan; 08-03-2009 at 06:36 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Seg Fault in Compare Function
    By tytelizgal in forum C Programming
    Replies: 1
    Last Post: 10-25-2008, 03:06 PM
  2. doubt in c parser coding
    By akshara.sinha in forum C Programming
    Replies: 4
    Last Post: 12-23-2007, 01:49 PM
  3. Returning Multiple Values from a function
    By Eddie K in forum C Programming
    Replies: 6
    Last Post: 03-12-2006, 01:18 PM
  4. Including lib in a lib
    By bibiteinfo in forum C++ Programming
    Replies: 0
    Last Post: 02-07-2006, 02:28 PM
  5. Replies: 1
    Last Post: 02-03-2005, 03:33 AM