Stdio.h is a librairy of c++ standard IO function by adding #include <stdio.h> at the beginning of your code give you access to all those function in your code.

For example printf, scanf etc are...