Path: utzoo!attcan!uunet!mcsun!hp4nl!fwi.uva.nl!linden From: linden@fwi.uva.nl (Onno van der Linden) Newsgroups: comp.lang.c Subject: MSC 5.1 bug ?? Keywords: I cannot believe this,do you Message-ID: <451@fwi.uva.nl> Date: 20 Feb 90 17:27:53 GMT Sender: news@fwi.uva.nl Distribution: comp Lines: 15 Was my brain working OK when I saw the program below,after compiling with Microsoft C 5.1,produce "Yes" as its output?? main() { int i = 0; long l = -1; if (l >= (i&1)) puts("Yes"); else puts("No"); } Onno van der Linden linden@fwi.uva.nl