In C++ we always put the following at the top of the program
#include
What about for C?
In C :
#include + #include to get the almost all functionality of
For example there is system() function (for windows only) in but not in .
system()