The execution screen can be stopped temporarily by putting the following instruction at the end of the program.
Actually build it in following main at the end of the function.fflush(stdin); getchar();
This usage is not use with correct these two instructions.int main(void) { /* Other processing */ fflush(stdin); getchar(); return 0; }