What Is Meant By Preprocessor Directive Define #768
What is meant by preprocessor directive #define?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Namespaces, Preprocessors and Networking - Fundamentals of Preprocessors - Quiz No.1.
What is meant by preprocessor directive #define?
defines a character sequence
helps in determining existence and non existence of a symbol
can be used to create function like macros as in C/C++
all of the mentioned