Re: [algogeeks] directi paper pattern

2012-07-31 Thread md shaukat ali
On Tue, Jul 31, 2012 at 7:37 PM, deepikaanand swinyanand...@gmail.comwrote: can anyone tell me the pattern (selection procedure )followed by directi this year -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To view this discussion on the

Re: [algogeeks] C o/p

2012-07-08 Thread md shaukat ali
agree with adarsh On Sun, Jul 8, 2012 at 10:39 PM, adarsh kumar algog...@gmail.com wrote: Sorry, its 6/6 and not 6/5, regds. On Sun, Jul 8, 2012 at 10:39 PM, adarsh kumar algog...@gmail.com wrote: Firstly, this is ambiguous and expressions with multiple increment/decrement operators

Re: [algogeeks] C o/p

2012-07-08 Thread md shaukat ali
but i am confused in this problem... int a=10; int b; b=--a--; printf(%d %d,a,b);..what will output? On Sun, Jul 8, 2012 at 11:39 PM, md shaukat ali ali.mdshau...@gmail.comwrote: agree with adarsh On Sun, Jul 8, 2012 at 10:39 PM, adarsh kumar algog...@gmail.com wrote: Sorry, its 6/6

Re: [algogeeks] C o/p

2012-07-08 Thread md shaukat ali
there will be an error in this -l value required, as post increment has more precedence than pre increment On Sun, Jul 8, 2012 at 11:44 PM, ashish jain ashishjainco...@gmail.comwrote: I think it should output: 9 9 On Sun, Jul 8, 2012 at 11:42 PM, md shaukat ali ali.mdshau

Re: [algogeeks] java books???

2011-09-06 Thread md shaukat ali
nageshwar rao On Tue, Sep 6, 2011 at 8:22 PM, Sandy sandy.wad...@gmail.com wrote: Java How To Program - Deitel Deitel On Tue, Sep 6, 2011 at 5:38 PM, htross htb...@gmail.com wrote: guys i need to prepare for java aptitude so please refer some books.. -- You