Path: utzoo!utgpu!water!watmath!clyde!bellcore!rutgers!gatech!uflorida!novavax!proxftl!bill From: bill@proxftl.UUCP (T. William Wells) Newsgroups: comp.std.c Subject: Re: Interpretation of i=-1 Message-ID: <614@proxftl.UUCP> Date: 20 Aug 88 08:33:03 GMT References: <1124@atari.UUCP> Reply-To: bill@proxftl.UUCP (T. William Wells) Organization: Proximity Technology, Ft. Lauderdale Lines: 16 Summary: Expires: Sender: Followup-To: Distribution: Keywords: In article <1124@atari.UUCP> apratt@atari.UUCP (Allan Pratt) writes: : I wonder about this fragment: : : main() : { : int i; : : i=-1; : } : What does ANSI say about this? (Sorry, I don't have access to the draft; : I'm not that involved, I'm afraid.) The compiler might still deliver a warning, as there is nothing in the standard that prohibits it from making comments on the program, but it *must* assign -1 to i or it is not conforming.