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.