Path: utzoo!attcan!uunet!crdgw1!underdog!volpe From: volpe@underdog.crd.ge.com (Christopher R Volpe) Newsgroups: comp.lang.c Subject: Re: Poorly worded question (was Re: IsUnsigned() function?) Message-ID: <10187@crdgw1.crd.ge.com> Date: 23 Jul 90 16:35:57 GMT References: <1990Jul20.144241.2560@diku.dk> <3566@sactoh0.UUCP> <31240@eerie.acsu.Buffalo.EDU> <31270@eerie.acsu.Buffalo.EDU> Sender: news@crdgw1.crd.ge.com Reply-To: volpe@underdog.crd.ge.com (Christopher R Volpe) Lines: 12 |>In article <31240@eerie.acsu.Buffalo.EDU> chu@acsu.buffalo.edu (john c chu) writes: |>>Interpretation 3: technically, all numbers are 'signed' (positive or |>>negative) except 0, so it should return a 0 for all numbers except 0 |>>for which it should return a 1. (e.g. return(num = 0)) All numbers are 'signed' except zero? Does that mean a variable declared as "unsigned int" should hold only the value zero? May as well use a constant. :-) -Chris Volpe