Never happens. if else are seperate blocks of one satatement/instr.
--- On Thu, 10/23/08, nirvankumar <[EMAIL PROTECTED]> wrote:
From: nirvankumar <[EMAIL PROTECTED]>
Subject: [c-prog] execute if else simultaneously
To: [email protected]
Date: Thursday, October 23, 2008, 10:14 PM
"a c or c++ code which executes both 'if' and 'else' statements
simultaneously.
if the code is
if(a==b)
cout<<"true\ n";
else
cout<<"false" ;
OUTPUT should be:-
true
false
Plz Send Me Solution.... .........
Thanks
[Non-text portions of this message have been removed]