What if a = 2, b = 3 Then a == b is ?
a==b ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Arunava BhattacharjeePosted Oct 10, 2014, 3:19 AM
VulpesPosted Oct 10, 2014, 5:11 AM
However, in C#, there is no conversion defined between the bool and int types.
Munesh SharmaPosted Oct 10, 2014, 5:07 AM
if(a==b)
{
}
else
{
// it ll go in else
// means it will return false
}