The following C program doesn't printing anything on the screen.
I compiled the program with `gcc`:
#include
main()
{
printf("hai");
for(;;);
}
Yes it doesn't, and what is your question?
以上就是Why does the following program not generate any visible output?的详细内容,更多请关注web前端其它相关文章!