Results 1 to 10 of 14
Hybrid View
-
11th Feb 2012, 04:05 PM #1MemberWebsite's:
mnchost.combecause ,
again
a>b ==> true (return 1)
1>>5 ==> right shift "1" to five times
return non-zero value and therefore any equality/operational expression is true by default..Techking Reviewed by Techking on . Turbo C | Weird and amazing Why the output of the following program comes False #include<stdio.h> void main() { int a=15, b=10, c=5; if(a>b>c) printf("True"); else printf("False"); Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Md5 generation on Turbo C
By prateek in forum Web Development AreaReplies: 5Last Post: 14th Feb 2012, 08:42 PM -
Turbo C | scanf() | strange
By prateek in forum Web Development AreaReplies: 14Last Post: 14th Feb 2012, 04:24 PM -
Turbo C | Help Needed
By prateek in forum Web Application/Script SupportReplies: 17Last Post: 12th Jan 2012, 12:26 PM -
[Selling] YaSs3r37's GFX Shop Now Open | Amazing Service At Amazing Prices|
By yasser37 in forum Completed TransactionsReplies: 3Last Post: 1st Aug 2011, 03:06 PM -
YaSs3r37's GFX Shop Now Open | Amazing Service At Amazing Prices|
By yasser37 in forum Graphics AreaReplies: 1Last Post: 29th Jul 2011, 09:20 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...