Re: Why multiplication not allowed?
From: CBFalconer (cbfalconer_at_yahoo.com)
Date: 01/07/04
- Next message: Geiregat Jonas: "Good way of checking if file exists ?"
- Previous message: Clark Cox: "Re: Why multiplication not allowed?"
- In reply to: Sean Kenwrick: "Re: Why multiplication not allowed?"
- Next in thread: Kevin Goodsell: "Re: Why multiplication not allowed?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 07 Jan 2004 15:16:00 GMT
Sean Kenwrick wrote:
>
... snip ...
>
> But I think the reason I didn't get the job was because one of the
> other questions the interviewer asked me was to tell him what was
> wrong with the following statement:
>
> i=+i;
>
> I said that there was nothing wrong with it, but the interviewer
> claimed that it was an ambiguous statement because it could mean
> adding i to itselt or setting i to +i. I got into an argument
> with him saying that he must be confused with i+=i; but he was
> adament he was right and got annoyed that I was disagreeing wih him.
>
> Afterwards I wondered whether this might have been some kind of
> syntax left over from a very early incarnation of C which was
> subsequently dropped. Perhaps the members of this group could
> enlighten me about this since I think that this guy was just a
> complete idiot.
You've got it. He had just been around from pre-standardization
days. Note that proper civilized use of blanks untangles
everything.
-- Chuck F (cbfalconer@yahoo.com) (cbfalconer@worldnet.att.net) Available for consulting/temporary embedded and systems. <http://cbfalconer.home.att.net> USE worldnet address!
- Next message: Geiregat Jonas: "Good way of checking if file exists ?"
- Previous message: Clark Cox: "Re: Why multiplication not allowed?"
- In reply to: Sean Kenwrick: "Re: Why multiplication not allowed?"
- Next in thread: Kevin Goodsell: "Re: Why multiplication not allowed?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|