대략

by leecyid posted Sep 16, 2005
?

Shortcut

PrevPrev Article

NextNext Article

ESCClose

Larger Font Smaller Font Up Down Go comment Print
대략
함수는이렇슴
int 함수이름(int x,int y)
{
    int a;
    a = x + y
    return a; ->a값을 대표로...
}
이런다음 본문에서
   함수이름(x,y)  ->x,y대신 다른것을 집어넣어도 됨.(값만 있으면)
제가 좀 허접해서
맞을지...

Articles

1 2 3 4 5 6 7 8 9 10