Quote (NinjaSushi2 @ Feb 9 2014 05:56pm)
What is the #symbol called? Like what is its defined name. I do understand it's a preprocessor directive.
If you want the actual name for the symbol, before twitter it was the "pound" sign, or "number" sign.
Just want to clarify though that # is not a preprocessor directive. It merely indicates that what follows it is a preprocessor directive. In #define, define is the preprocessor directive.