kathir resh wrote: > hi friends, > > i want to know what does the return do with OS....that is about > successfully falgging
The return value is able to be used by the calling program. Usually used to detect an error condition. 'return 0' is used to indicate that the program executed successfully, anything else is an error condition. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
