More actions
imported>lbr0452000 No edit summary |
(Repair batch-0006 pages from live compare) |
||
| (2 intermediate revisions 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 12: | Line 17: | ||
== 함수 선언 == | == 함수 선언 == | ||
* 함수의 역할 | * 함수의 역할 | ||
* 함수 argument 전달 | |||
함수 | * call by value | ||