程序清单 2.6
#include <stdio.h> int main() { printf("Hello World\n"); return 0; }
现在,你应该对程序清单2.6中的大部分内容有了理解。让我们对其内容进行更深入的分析。