C 学习笔记 概述 一个简单的 C 程序。 #include <stdio.h> int main(int argc, char *argv[]) { printf("Hello World!\n"); return 0; }) 函数指针