Re: [algogeeks] dbms

2011-09-28 Thread sharmila saru
Raguramakrishan On Fri, Sep 23, 2011 at 1:09 PM, Akash Mukherjee akash...@gmail.com wrote: hican ne1 suggest good books for dbms...not theory types but more of a question bank like maybe a cracking the coding interview is for coding/algo... thanx :) -- You received this message

Re: [algogeeks] Book for C++

2011-09-16 Thread sharmila saru
Balagurusamy On Mon, Sep 12, 2011 at 1:43 PM, Ankuj Gupta ankuj2...@gmail.com wrote: Hi Which is a good book for C++ ( Robert Lafore or Bjarne Stroustrup or Herbert Schildt) ? Ankuj -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To

Re: [algogeeks] what is the output????

2011-09-14 Thread sharmila saru
hello will be printed 9 times On Sun, Sep 11, 2011 at 3:25 AM, htross htb...@gmail.com wrote: main() { int tmp; for(i=0;i9;i++) { tmp=fork(); if(tmp0) break; printf(Hello); } } --

Re: [algogeeks] Object Oriented Programming

2011-09-12 Thread sharmila saru
Refer Balagurusamy its simple and explain each concept with an example... On Sun, Sep 11, 2011 at 12:42 AM, Brijesh brijeshupadhyay...@gmail.comwrote: Guys please suggest me any good book for object oriented programming..which have lots of example of good design pattern. -- You received

Re: [algogeeks] Aps

2011-09-08 Thread sharmila saru
ANSWER: 45 On Wed, Sep 7, 2011 at 8:39 PM, Mani Bharathi manibharat...@gmail.comwrote: While traveling at uniform speed. U read a two digit no. after one hr the number is reversed order. After another hour the number read is same two digit number. What is the average speed? -- You

Re: [algogeeks] os

2011-09-08 Thread sharmila saru
4 On Wed, Sep 7, 2011 at 9:09 PM, Mohit Goel mohitgoel291...@gmail.comwrote: How many processes are created in this snippet? Main() { Fork(); Fork() fork () || fork (); Fork (); } -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To

[algogeeks] Re: Data Structure Question

2011-09-02 Thread sharmila saru
stack bcoz push pop in FIFO manner -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To view this discussion on the web visit https://groups.google.com/d/msg/algogeeks/-/MTgxHW5Jq9YJ. To post to this group, send email to

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

2011-09-01 Thread sharmila saru
Adding Two no without using any operator #Iincludestdio.h #includeconio.h void main() { int a,b,i; clrscr(); printf(enter 2 num:); scanf(%d%d,a,b); for(i=1;i=b-1;i++) { a=a+1; } printf(%d,a); getch(); } -- You received this message because you are subscribed to the Google Groups Algorithm

[algogeeks] hai...........

2011-07-28 Thread sharmila saru
my area of interest is computer network as u ask question abt that .. i will answer immediately.. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to