o/p - fail1
        pass2

xplaination - as char range = (-127 to +127) so char c=-64 is ok
so (c>i) condition z not true ......so else part got executed .....

but u is unsigned so its actual value z , u = some very high + no.
so i<u cond is true -- so the final o/p --- fail1 pass2

if u want to verify then put this sentence in ur code & then run :
printf("%u\n",u);  ---- u got ur ans ...





On Oct 8, 1:11 am, Raghav Garg <rock.ragha...@gmail.com> wrote:
> i have run the program in turbo c and getting same o/p as i wrote earlier..
> which compiler you are using?
>
> On 10/8/11, gaurav yadav <gauravyadav1...@gmail.com> wrote:
>
> > @raghav garg...run the code and see the output,the output comes
>
> > fail1pass2
>
> > --
> > 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 at
> >http://groups.google.com/group/algogeeks?hl=en.
>
> --
> Thanking you
>
> *With regards-
> Raghav garg
> Contact no. 9013201944www.facebook.com/rock.raghavag
> B. tech (IT), 5th sem
> University School Of Information Technology
> Guru Govind Singh Indraprastha University
> Delhi*

-- 
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 at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to