Why tells the # sign to include for run | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why tells the # sign to include for run

Why Is having

6th Apr 2018, 7:05 AM
Mithlesh Chandel
Mithlesh Chandel - avatar
2 Answers
+ 5
Here, read this to understand what it is: http://www.cplusplus.com/doc/tutorial/preprocessor/
6th Apr 2018, 7:17 AM
Ipang
+ 2
# sign indicate.. That line must be compile by preprocessor .. before compiler run . Actually.. When we compile the program.. 5 small program run.. that is. 1.pre processor 2 compiler 3 Assembler 4linker 5loder... these small program run.. while we just give simple command to run
6th Apr 2018, 10:50 AM
Arun Tomar
Arun Tomar - avatar