컴퓨터/C
C system()
sayyesdoit
2022. 11. 7. 14:30
I. syntax
#include <stdlib.h>
int system(const char* string);
코드 안에서 시스템 명령어를 실행시킨다.
II. return
성공시 0이 아닌 값, 실패시 0
III. parameters
const char* string: 시스템 명령어