0
What does it mean by complier's pre processor.
C++ offers various headers, each of which contains information needed for programs to work properly. This particular program calls for the header <iostream>. The number sign (#) at the beginning of a line targets the compiler's pre-processor. In this case, #include tells the pre-processor to include the <iostream> header.
0 Respuestas