[algogeeks] Re: find the output

2009-01-07 Thread Pratyush Tewari
!!!\n\n); printf (%s , modify (hello!!!..)); getch(); } then you will get the desired output .. although I would not recommend such method... use call by reference instead. Pratyush Tewari On Tue, Jan 6, 2009 at 1:47 PM, daizi sheng daizish...@gmail.com wrote: there is no expected output

[algogeeks] Re: Lucky numbers

2009-01-05 Thread Pratyush Tewari
above. 1 3 7 13 19 27 27 is not prime and a lucky number. So the method is fine. Pratyush Tewari On Mon, Jan 5, 2009 at 12:30 AM, Vijay Venkat Raghavan N mydeares...@gmail.com wrote: Guys this is wrong. Lucky number is basically a prime number if you observe the definition carefully