I will assume that you are using Linux and gcc compiler for coding. The commands may differ if you are using any other type of compiler or operating system. You can explore the link for further exploration.
Operating system used : Ubuntu 20.04 LTS
Compiler used : gcc version 10.2.1
#include<stdio.h>
which is a header file. It includes the standard input-output library, which contains definitions of functions like printf.
a