Walk-through the sample code.
01 #include "భవిష్యత్తులో.నేను"
02
03 START
04
05 sankya a;
06 sankya b;
07 sankya temp;
08 a = 5;
09 b = 7;
10 temp = a;
11 a = b;
12 b = temp;
13
14 STOP
15
| a | b | temp |
|---|