0
Import will paste the compiled output of the header file instead of the entire code. Include will directly paste the entire header file contents and hence they are to be compiled. #include directive makes the compiler go to the C/C++ standard library and copy the code from the header files into the program.
21st Feb 2020, 12:17 PM
Matt