Re: [algogeeks] Data Structures

2011-09-19 Thread piyush agarwal
. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en. -- Piyush Agarwal Final Year Undergraduate Department of Computer Engineering Malaviya National Institute of Technology Jaipur -- You received this message because you are subscribed to the Google Groups

[algogeeks] plz xplain the o/p

2011-09-06 Thread piyush agarwal
#includestdio.hvoid swap(char *, char *); int main() { char *pstr[2] = {Hello, piyush}; swap(pstr[0], pstr[1]); printf(%s\n%s, pstr[0], pstr[1]); return 0; }void swap(char *t1, char *t2) { char *t; t=t1; t1=t2; t2=t; } -- Piyush Agarwal Final Year Undergraduate

Re: [algogeeks] Re: probability question

2011-09-05 Thread piyush agarwal
://groups.google.com/group/algogeeks?hl=en. -- Piyush Agarwal Final Year Undergraduate Department of Computer Engineering Malaviya National Institute of Technology Jaipur -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email

Re: [algogeeks] Re: memory allocation question

2011-09-03 Thread piyush agarwal
to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en. -- Piyush Agarwal Final Year Undergraduate Department of Computer Engineering Malaviya

Re: [algogeeks] Deloite

2011-08-25 Thread piyush agarwal
@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en. -- Piyush Agarwal Final Year Undergraduate Student Department of Computer Engineering Malaviya National

Re: [algogeeks] Deloite

2011-08-25 Thread piyush agarwal
, send email to algogeeks+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en. -- Piyush Agarwal Final Year Undergraduate Student Department of Computer Engineering Malaviya National Institute of Technology Jaipur -- You received