first, your plz shortform makes my eyes hurt. Learn how to at least write a 
half way sounding professional letter.
Second, your totally defeating the purpose of if-else statements, try an else 
if?
third. we don't just "send solutions."

Thanks,
Tyler Littlefield
email: [EMAIL PROTECTED]
web: tysdomain-com
Visit for quality software and web design.
skype: st8amnd2005

  ----- Original Message ----- 
  From: nirvankumar 
  To: [email protected] 
  Sent: Thursday, October 23, 2008 10:51 AM
  Subject: [c-prog] execute if else simultaneous


  a code to execute if else simultaneous..........

  Like 

  if(a==b)
  printf("true\n");
  else
  printf("false");

  output should be--> 
  true
  false

  Not use goto and 
  by using ; like....

  if(a==b)
  printf("true\n");
  else; // not use ; here okkkkk
  printf("false");

  Plz Send Solution .............

  Thankkkkk Uuuuuuu.................



   

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

Reply via email to