Re: [algogeeks] Adobe interiew question

2012-06-16 Thread Decipher
Also, goto cannot jump across functions , which imposes a major setback for its use in exception handling -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To view this discussion on the web visit

Re: [algogeeks] Adobe interiew question

2012-06-13 Thread Amitesh Singh
signals and logjmp/setjmp() -- Amitesh On Wed, Jun 13, 2012 at 10:40 AM, saurabh singh saurab...@gmail.com wrote: tHE first thing that comes in my mind Signals Saurabh Singh B.Tech (Computer Science) MNNIT blog:geekinessthecoolway.blogspot.com On Tue, Jun 12, 2012 at 10:26 PM,

Re: [algogeeks] Adobe interiew question

2012-06-13 Thread Raghavendhra Chowdary MV
How about using goto label?? and at label using a switch case with respect to turn around with values?? On Wed, Jun 13, 2012 at 11:56 AM, Amitesh Singh singh.amit...@gmail.comwrote: signals and logjmp/setjmp() -- Amitesh On Wed, Jun 13, 2012 at 10:40 AM, saurabh singh

Re: [algogeeks] Adobe interiew question

2012-06-13 Thread Nishant Pandey
i dont think goto will be a good option , there might be a situation where your program may get stuck jumping on the labels , performance will get hampered , i feel singnals are good options to go for it . On Wed, Jun 13, 2012 at 12:37 PM, Raghavendhra Chowdary MV raghavendhra20061...@gmail.com

[algogeeks] Adobe interiew question

2012-06-12 Thread Anika Jain
how can we implement exception handling in c? -- Regards Anika Jain -- 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] Adobe interiew question

2012-06-12 Thread Abhishek Goswami
we can handle exception handling through macro. http://en.wikibooks.org/wiki/C_Programming/Error_handling On Tue, Jun 12, 2012 at 9:47 PM, Anika Jain anika.jai...@gmail.com wrote: how can we implement exception handling in c? -- Regards Anika Jain -- You received this message because

Re: [algogeeks] Adobe interiew question

2012-06-12 Thread Shashank Narayan
yes u can review that link :) On Tue, Jun 12, 2012 at 9:47 PM, Anika Jain anika.jai...@gmail.com wrote: how can we implement exception handling in c? -- Regards Anika Jain -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to

Re: [algogeeks] Adobe interiew question

2012-06-12 Thread saurabh singh
tHE first thing that comes in my mind Signals Saurabh Singh B.Tech (Computer Science) MNNIT blog:geekinessthecoolway.blogspot.com On Tue, Jun 12, 2012 at 10:26 PM, Shashank Narayan shashank7andr...@gmail.com wrote: yes u can review that link :) On Tue, Jun 12, 2012 at 9:47 PM, Anika Jain