Re: [algogeeks] C o/p

2012-07-09 Thread Firoz Khursheed
Well, when i compiled the code the output ie i is alway i=2, http://ideone.com/AFljo http://ideone.com/87waz This expression is ambiguous, and compiler dependent. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send

Re: [algogeeks] C o/p

2012-07-09 Thread Firoz Khursheed
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 at &

Re: [algogeeks] Precedence or Associativity

2012-06-17 Thread Firoz Khursheed
oogle 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 at > http://groups.google.com/group/algogeeks

Re: [algogeeks] someone pls explain the o/p??

2012-01-29 Thread Firoz Khursheed
@saurab...@gmail.com go it. +1 -- 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 o

Re: [algogeeks] someone pls explain the o/p??

2012-01-29 Thread Firoz Khursheed
http://ideone.com/5uhz1 it seems that -ve number is always converted to unsigned, but this time x=3 is greater why? On Sun, Jan 29, 2012 at 3:14 PM, Saurabh Yadav wrote: > may be because when you compare unsigned number with signed number ,the > signed will changed to unsigned type and when si