如图,我想请教一下,就是用定义的int main()下的printf("done!")能不能在return 0;前面输出,
不能的,return语句就是结束这个函数的作用,先return的话这个函数已经结束了还怎么输出呢