ffffffffffff 1 answers 881 views
labex101087 from: A Beginner's Guide to LabEx 2018-07-11
``` #include <stdio.h> void main () { int a =1, b=2, c=3; if ( b>a ) { int t = a; a = b; b = t; } } ```

All Answers

LabEx-admin
There may be some keyboard input problems in our environment in different region and countries. We'll try to get this fixed.
2018-07-12 Reply to

Your Answer


Sign into answer


Cancel
Ask a Question

Related

text editor nano command is not accepting What is the pricing module for LabEx gcc What did I do wrong?