GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  OOPS

 Print  |  
Question:   How can I return multiple values from a function?



January 01, 2006 00:00:16 #7
 prakash   Member Since: Visitor    Total Comments: N/A 

RE: How can I return multiple values from a function?...
 
pass multiple variables to the function as formal parameters ... function will actually set those values (output variables).
     

 

Back To Question