1
Answer

Rewrite the code

Hello friends,

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;

Answers (1)