# denotes a preprocessor statement(i.e) in simpler words it's the computers way of telling that it has included the given library function in the given program.
e.g.. #include<stdio.h>
The above...