What does it mean by complier's pre processor. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse