From mboxrd@z Thu Jan 1 00:00:00 1970 From: Per Jessen Subject: Re: Significance of using + before function calls. Date: Wed, 15 Mar 2006 08:58:32 +0100 Message-ID: <4417C928.6070008@computer.org> References: <44180FBC.50703@wipro.com> <6a00c8d50603142351u2def5e49vc6c40c221da40e5e@mail.gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <6a00c8d50603142351u2def5e49vc6c40c221da40e5e@mail.gmail.com> Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org Steve Graegert wrote: > > The unary plus operator returns the value of an expression. Neither > the unary plus nor unary minus operators produce lvalues and is of > limited use. So what might be the intention of someone using it like the OP described? It doesn't make much sense, right? Per Jessen