Re: [algogeeks] How to remove return 0

2011-06-23 Thread piyush kapoor
exit(0) is one option..( http://cboard.cprogramming.com/c-programming/118998-exit-0-doubt.html) -- *Regards,* *Piyush Kapoor,* *CSE-IT-BHU* -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to

[algogeeks] How to remove return 0

2011-06-23 Thread prathimzn
can anyone tell me any alternate of return 0 from main(); how i can remove it to reduce code length..? *- - - - - WITH REGARDS, * * PRAMENDRA RATHI * ** *B.TECH 2ND YEAR* *COMPUTER SCIENCE AND ENGINEERING* *NIT ALLAHABAD* -- You received this message because you are subscribed to the

Re: [algogeeks] How to remove return 0

2011-06-23 Thread prathimzn
tnx piyush.. is any other small way? *- - - - - WITH REGARDS, * * PRAMENDRA RATHI * ** *B.TECH 2ND YEAR* *COMPUTER SCIENCE AND ENGINEERING* *NIT ALLAHABAD* On Fri, Jun 24, 2011 at 12:24 AM, piyush kapoor pkjee2...@gmail.com wrote: exit(0) is one option..(