0

What is the work of "# " ??

8th Aug 2017, 5:51 AM
Tathagata Mukherjee
Tathagata Mukherjee - avatar
4 odpowiedzi
+ 8
# stands for the preprocessor operator in c++, used to issue compiler specific commands which are then used in the code. # simply indicates that the keywords and data being given is to be processed before the execution of the program is to be done.
8th Aug 2017, 10:27 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 11
In Java, it's an illegal character!
8th Aug 2017, 6:44 AM
Dev
Dev - avatar
+ 3
C and C++ headers example: #include <iostream>
8th Aug 2017, 6:04 AM
Manual
Manual - avatar
+ 1
# is actually use to call or redirect compiler. . its like a trigger of compiler
17th Aug 2017, 5:35 AM
Tathagata Mukherjee
Tathagata Mukherjee - avatar