stdlib.h 的函數exit() 使程式正常的結束。 以下程式示範使用exit() 的結果 #include <stdlib.h> #include <stdio.h> int main(void) { printf("程式將會以正常方式 ...
確定! 回上一頁