The first line of the C program
#include <stdio.h>
tells the compiler to include information about the standard input/output library.
The first line of the C program
#include <stdio.h>
tells the compiler to include information about the standard input/output library.
转载于:https://www.cnblogs.com/wjshan0808/p/3323662.html