002. 변수형 개념 배우기002. 변수형 개념 배우기
Posted at 2010. 3. 8. 17:26 | Posted in Computer#include <stdio.h>
main()
{
main()
{
int x;
int y;
int z;
x = 1;
y = 2;
z = x + y;
printf("%d",z);
}int y;
int z;
x = 1;
y = 2;
z = x + y;
printf("%d",z);
'Computer' 카테고리의 다른 글
MS Windows XP 재설치 가이드 (0) | 2010.03.17 |
---|---|
아이오셀 Cell Disk Slider MLC [2GB] (0) | 2010.03.12 |
001. C 프로그램 시작하기 (0) | 2010.03.08 |
사라진 인터넷 익스플로러(IE) 아이콘 만들기 (0) | 2010.03.04 |
Ubuntu 8.04.3 Desktop에서 Console 부팅 (0) | 2010.02.23 |