I want to know that how we can rewrite the code given below please give an explanation?
int a = 1, b = 2, c = 0; if (a < b) c = a;int a = 1, b = 2, c = 0; if (a < b) c = a;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.
VulpesPosted Dec 7, 2011, 12:12 PM