hello dear..
  rather then using 
  if(i=5)
  u should i mean ought to use 
  if(i==5){}

Saswat Praharaj <[EMAIL PROTECTED]> wrote:
          Aren't you getting a warning on line 4 of your program ?

-Saswat

On Tue, 2007-02-06 at 09:38 +0000, ranjan kumar ojha wrote:   int main()
{
     int i=4;
     if(i=5)
     {
           printf(" Hi Ranjan ");
     }
     return 0;
}

Its answer is Hi Ranjan can anyone explain it????



  
---------------------------------
  
The all-new Yahoo! Mail goes wherever you go - free your email address from 
your Internet provider.


    

         

                                
---------------------------------
 Here’s a new way to find what you're looking for - Yahoo! Answers 

Reply via email to