www.thecareerplus.com
The CareerPlus
Home Technical Resources Programming Functions
Thursday 09th September 2010
 
 
How can I return multiple values from a function?

Discuss it!          



You can pass pointers to locations which the function being called can populate,
or have the function return a structure containing the desired values, or use global
variables.

Discuss it!          

CrackTheIntervew.NET
Advertisement
 
Top! Top!