Re: [algogeeks] c output

2011-10-28 Thread annarao kataru
can u plz tell me what exactly %*d means? -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com.

Re: [algogeeks] Linked List Problem

2011-09-29 Thread annarao kataru
@prasanth but how can u know that it will start after the difference of the number of nodes (m-n) . they may be similar even after one element also ?? -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to

Re: [algogeeks] Linked List Problem

2011-09-29 Thread annarao kataru
@partik oh i forgot it thank u for ur clarification.. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to

Re: [algogeeks] Re: adobe written round que

2011-09-21 Thread annarao kataru
can u explain the logic behind this thanks in advance -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to

Re: [algogeeks]

2011-09-08 Thread annarao kataru
@thank u -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options, visit this group

[algogeeks]

2011-09-07 Thread annarao kataru
hai in gcc compiler of fedora 14 int main() { int a=4; printf(%d %d %d %d,++a,++a,++a,++a); return 0; } o/p 7 7 7 7 but if i replace ++a with a++ in above expn i am getting o/p as 7 6 5 4 why ?? can u explain ? thanks in advance... -- You received this message because you

Re: [algogeeks] Re: C puzzle

2011-09-04 Thread annarao kataru
@nitesh good explanation brother -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For

Re: [algogeeks] Please explain its working..

2011-09-03 Thread annarao kataru
@sanjay then why to put str in printf statement . is there no effect of placing str in printf stat . plz clarify?? -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To

Re: [algogeeks] Re: amazon question

2011-09-03 Thread annarao kataru
@sagar for one time u r taking the return value of newly created process and for other time u r taking return value of parentir it right?? -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to

Re: [algogeeks] Re: Adding Two no without using any operator...??

2011-09-02 Thread annarao kataru
@sharmila u r using + operator -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more

Re: [algogeeks] C Trick

2011-09-01 Thread annarao kataru
@priyanka good one -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options,

Re: [algogeeks] fork()

2011-08-31 Thread annarao kataru
@swathi :: why it is 20 times ?? ur answer is correct but plz explain the process?? -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group,

Re: [algogeeks] Re: probability question

2011-08-31 Thread annarao kataru
i think ur question is not clear dear acc to ur question the man should reacch the station exactly at 5 or before 5 to get the first train . then prob will be 1 otherwise prob will be 0. correct me if i am wrong. -- You received this message because you are subscribed to the Google

Re: [algogeeks] C output

2011-08-31 Thread annarao kataru
yes it must be 4 3 -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options, visit

Re: [algogeeks] apti????

2011-08-31 Thread annarao kataru
it takes 66 sec after 12correct me if i am wrong -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to

Re: [algogeeks] c doubt

2011-08-31 Thread annarao kataru
why it(total) should be a multiple of 32 bits..can u clarify it? -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to

Re: [algogeeks] stack interview question

2011-08-31 Thread annarao kataru
@all i think c is also invalid since after 7 how 4 can popped with out poping 6 and 5 -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group,

Re: [algogeeks] Re: apti????

2011-08-31 Thread annarao kataru
@ htross ;bcz for the 6 bells there is a gap of 5 intervals (1-- 2-- 3-- 4-- 5-- 6) 12 3 45 (intervals) so for the 5 intervals it takes 30 sec similarly for 12 rings we have 11 intervals so we get 66 sec for that -- You received this message because

Re: [algogeeks] affect of change

2011-08-30 Thread annarao kataru
i think both c and d will be affected @tech coder can u plz explain why d gives error. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send

Re: [algogeeks] Re: Adding Two no without using any operator...??

2011-08-28 Thread annarao kataru
@saurubh singhhow it is working ? plz explain the logic -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to

Re: [algogeeks] Re: Adding Two no without using any operator...??

2011-08-28 Thread annarao kataru
@sourabh ; thank u very much -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more

Re: [algogeeks] Amazon Aptitude questions

2011-08-03 Thread annarao kataru
please answer the questions 1 and 4 -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For

Re: [algogeeks] printing without loop

2011-03-01 Thread annarao kataru
i think,just as in the previous algorithm in place of couti++ if we put coutprintf then we can get the required output. On Tue, Mar 1, 2011 at 3:41 PM, Ankur Khurana ankur.kkhur...@gmail.comwrote: simply use GOTO On Tue, Mar 1, 2011 at 3:40 PM, vaibhav shukla vaibhav200...@gmail.comwrote:

Re: [algogeeks] Water, Jug Thinking Out of Box..Puzzle

2011-03-01 Thread annarao kataru
first take water with 3 quart jug and pour into the 5 quart jug ,in the same way once again do it , this time u left with one quart in 3 quart jug and 5 quarts in 5 quart jug.pour out the water in 5 quart jug and shift the one quart from 3 quart jug to five quart jug.finally u take 3 quarts with 3