int main()
 
{
   static int i = 5;
 i--;
    printf("godisgreat");
 if(i) printf("\n main returning %d", main());
}

--- On Wed, 7/23/08, kathir resh <[EMAIL PROTECTED]> wrote:

From: kathir resh <[EMAIL PROTECTED]>
Subject: [c-prog] main()
To: [email protected]
Date: Wednesday, July 23, 2008, 12:48 AM

how to view what does main returns (ie 0 success flag)
   
  #include<stdio.h>
  void main()
  {
     printf("godisgreat");
  }
   
   

       
---------------------------------
 Bring your gang together. Do your thing. Find your favourite Yahoo! Group.

[Non-text portions of this message have been removed]


------------------------------------

To unsubscribe, send a blank message to
<mailto:[EMAIL PROTECTED]>.Yahoo! Groups Links




      

[Non-text portions of this message have been removed]

Reply via email to