컴퓨터 과학 & 영상처리 관련/C / C++

void 리턴타입 종료할때

꺄뜨르 2012. 4. 3. 16:37

void main()
{
 return; //void 리턴타입 종료할때 return; 으로 종료가능
}