exit (). Prototype: void exit(int ExitCode); Header File: stdlib.h (C) or cstdlib (C++). Explanation: Exit ends the program. The ExitCode is returned to the ...
確定! 回上一頁