From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vamsi Subject: Significance of using + before function calls. Date: Wed, 15 Mar 2006 18:29:40 +0530 Message-ID: <44180FBC.50703@wipro.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-c-programming@vger.kernel.org Hi List, i have seen a code snippet which starts with + symbol, +system("ls -l"); what is the significance of using + symbol before system. i also tried using + before printf ,, like +printf("Some text"); and it is compiling and working tooo,, Can somebody clarify wht does that + signify?? Thank You. -Vamsi