More actions
No edit summary |
(Repair batch-0006 pages from live compare) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
== Input/Output == | |||
* scanf() | |||
* getchar(), putchar() | |||
* getch(), putch() | |||
== 분기문 == | == 분기문 == | ||
* if-else, for, while, do-while, switch, goto | * if-else, for, while, do-while, switch, goto | ||
| Line 14: | Line 19: | ||
* 함수 argument 전달 | * 함수 argument 전달 | ||
* call by value | * call by value | ||