ffffffffffff
1 answers
881 views
```
#include <stdio.h>
void main () {
int a =1, b=2, c=3;
if ( b>a ) {
int t = a;
a = b;
b = t;
}
}
```
All Answers
There may be some keyboard input problems in our environment in different region and countries.
We'll try to get this fixed.