What does it mean by complier's pre processor. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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.

4th May 2019, 7:46 AM
Ravi Henry
Ravi Henry - avatar
0 ответов