At a high level, I understand we use #include statements to make code from other files available to the current file. But I don\'t understand why we include a h
#include
One reason is you can use pre-compiled libraries as well.